OpenStructure
|
#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) |
const Bins & | GetBins () const |
Static Public Member Functions | |
static String | GetAlgorithmName () |
Definition at line 44 of file histogram.hh.
typedef std::vector<int> Bins |
Definition at line 47 of file histogram.hh.
HistogramBase | ( | ) |
HistogramBase | ( | int | bin_count, |
Real | minimum, | ||
Real | maximum | ||
) |
Initialize with number of bins to use.
|
inlinestatic |
Definition at line 60 of file histogram.hh.
const Bins& GetBins | ( | ) | const |
void VisitState | ( | const ImageStateImpl< T, D > & | isi | ) |