My Project
|
specialization of the THistogramFeeder for unsigned byte input data More...
#include <mia/core/histogram.hh>
Public Types | |
typedef unsigned char | value_type |
typedef for generic programming More... | |
Public Member Functions | |
size_t | index (unsigned char x) const |
size_t | size () const |
THistogramFeeder (unsigned char min, unsigned char max, size_t bins) | |
Construct the feeder, the parameters are ignored. More... | |
unsigned char | value (size_t k) const |
specialization of the THistogramFeeder for unsigned byte input data
This specialization always uses the full range [0,256) of the input data and 256 bins.
Definition at line 100 of file histogram.hh.
typedef unsigned char THistogramFeeder< unsigned char >::value_type |
typedef for generic programming
Definition at line 104 of file histogram.hh.
THistogramFeeder< unsigned char >::THistogramFeeder | ( | unsigned char | min, |
unsigned char | max, | ||
size_t | bins | ||
) |
Construct the feeder, the parameters are ignored.
size_t THistogramFeeder< unsigned char >::index | ( | unsigned char | x | ) | const |
size_t THistogramFeeder< unsigned char >::size | ( | ) | const |
unsigned char THistogramFeeder< unsigned char >::value | ( | size_t | k | ) | const |