#include <Histogram.h>
Public Member Functions | |
| Histogram () | |
| Histogram (T inc) | |
| int & | operator[] (int i) |
| Histogram & | operator= (Histogram &rhs) |
| void | Push (T value) |
| void | SetIncrement (T inc) |
| void | Print (std::ostream &os) |
| void | Print (std::ostream &os, T begin, T end) |
| int | Size () |
Protected Attributes | |
| T | mInc |
Private Attributes | |
| std::deque< int > | mCount |
| T | mMin |
| T | mMax |
| bool | firsttime |
| glotzmath::Histogram< T >::Histogram | ( | ) | [inline] |
| glotzmath::Histogram< T >::Histogram | ( | T | inc | ) | [inline] |
| int& glotzmath::Histogram< T >::operator[] | ( | int | i | ) | [inline] |
| Histogram& glotzmath::Histogram< T >::operator= | ( | Histogram< T > & | rhs | ) | [inline] |
| void glotzmath::Histogram< T >::Push | ( | T | value | ) | [inline] |
| void glotzmath::Histogram< T >::SetIncrement | ( | T | inc | ) | [inline] |
| void glotzmath::Histogram< T >::Print | ( | std::ostream & | os | ) | [inline] |
| void glotzmath::Histogram< T >::Print | ( | std::ostream & | os, | |
| T | begin, | |||
| T | end | |||
| ) | [inline] |
| int glotzmath::Histogram< T >::Size | ( | ) | [inline] |
std::deque<int> glotzmath::Histogram< T >::mCount [private] |
T glotzmath::Histogram< T >::mMin [private] |
T glotzmath::Histogram< T >::mMax [private] |
bool glotzmath::Histogram< T >::firsttime [private] |
T glotzmath::Histogram< T >::mInc [protected] |
1.5.3