#include <histogram.hh>
Public Types | |
| typedef std::vector< int > | Bins |
Public Member Functions | |
| HistogramBase () | |
| HistogramBase (int bin_count, Real minimum, Real maximum) | |
| template<typename T , class D > | |
| void | VisitState (const ImageStateImpl< T, D > &isi) |
| void | VisitFunction (const Function &f) |
| const Bins & | GetBins () const |
Static Public Member Functions | |
| static String | GetAlgorithmName () |
Definition at line 45 of file histogram.hh.
| typedef std::vector<int> Bins |
Definition at line 48 of file histogram.hh.
| HistogramBase | ( | ) |
| HistogramBase | ( | int | bin_count, | |
| Real | minimum, | |||
| Real | maximum | |||
| ) |
Initialize with number of bins to use.
| static String GetAlgorithmName | ( | ) | [inline, static] |
Definition at line 63 of file histogram.hh.
| const Bins& GetBins | ( | ) | const |
| void VisitFunction | ( | const Function & | f | ) |
| void VisitState | ( | const ImageStateImpl< T, D > & | isi | ) | [inline] |
1.5.8