|
| enum | LabelType { PerBin,
PerBoundary
} |
| |
|
|
const std::vector< size_t > & | getBins () const |
| |
|
const std::vector< double > & | getBinWidths () const |
| |
|
virtual double | getTotalWidth () const =0 |
| |
|
virtual LabelType | getLabelType () const =0 |
| |
|
virtual QString | getBoundaryLabel (size_t) const |
| |
|
virtual QString | getBinLabel (size_t) const |
| |
|
|
std::vector< size_t > | bins_ |
| |
|
std::vector< double > | bin_widths_ |
| |
Definition at line 59 of file Histogram.hh.
The documentation for this class was generated from the following file: