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 99 of file histogram.hh.
typedef unsigned char THistogramFeeder< unsigned char >::value_type |
typedef for generic programming
Definition at line 102 of file histogram.hh.
|
inline |
Construct the feeder, the parameters are ignored.
Definition at line 266 of file histogram.hh.
|
inline |
Definition at line 276 of file histogram.hh.
|
inline |
Definition at line 270 of file histogram.hh.
|
inline |
Definition at line 282 of file histogram.hh.