|
| HistogramT (std::vector< size_t > &&histogram, std::vector< T > &&bin_boundaries, std::vector< double > &&bin_widths) |
|
const std::vector< T > & | getBinBoundaries () const |
|
double | getTotalWidth () const override |
|
LabelType | getLabelType () const override |
|
QString | getBoundaryLabel (size_t idx) const override |
|
| Histogram (std::vector< size_t > &&bins, std::vector< double > &&bin_widths) |
|
const std::vector< size_t > & | getBins () const |
|
const std::vector< double > & | getBinWidths () const |
|
virtual QString | getBinLabel (size_t) const |
|
|
std::vector< T > | bin_boundaries_ |
|
|
enum | LabelType { PerBin,
PerBoundary
} |
|
std::vector< size_t > | bins_ |
|
std::vector< double > | bin_widths_ |
|
template<typename T>
class ACG::HistogramT< T >
Definition at line 116 of file Histogram.hh.
The documentation for this class was generated from the following file: