#include <histogram.h>
Inheritance diagram for Histo::OneDHistogram< Count, Value >:
Same as OneDBinList except that the individual counts are guaranteed to be non-negative and to add up to the total counts, i.e. guaranteed to be a real Histogram. Having it be a public derived class of OneDBinList may be a semantic error, since not all operations on OneDBinList should be used on this class; this decision may need to be revisited at some point.
Definition at line 424 of file histogram.h.
Public Types | |
typedef OneDBinList< Count, Value >::size_type | size_type |
Public Methods | |
OneDHistogram (const size_type num_bins) |