|
enum class | LabelType { PerBin
, PerBoundary
} |
|
|
| 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 double | getTotalWidth () const =0 |
|
virtual LabelType | getLabelType () const =0 |
|
virtual QString | getBoundaryLabel (size_t) const |
|
virtual QString | getBinLabel (size_t) const |
|
Definition at line 59 of file Histogram.hh.
◆ LabelType
enum class ACG::Histogram::LabelType |
|
strong |
◆ Histogram()
ACG::Histogram::Histogram |
( |
std::vector< size_t > && |
bins, |
|
|
std::vector< double > && |
bin_widths |
|
) |
| |
|
inline |
◆ getBinLabel()
virtual QString ACG::Histogram::getBinLabel |
( |
size_t |
| ) |
const |
|
inlinevirtual |
◆ getBins()
const std::vector< size_t > & ACG::Histogram::getBins |
( |
| ) |
const |
|
inline |
◆ getBinWidths()
const std::vector< double > & ACG::Histogram::getBinWidths |
( |
| ) |
const |
|
inline |
◆ getBoundaryLabel()
virtual QString ACG::Histogram::getBoundaryLabel |
( |
size_t |
| ) |
const |
|
inlinevirtual |
◆ bin_widths_
std::vector<double> ACG::Histogram::bin_widths_ |
|
protected |
◆ bins_
std::vector<size_t> ACG::Histogram::bins_ |
|
protected |
The documentation for this class was generated from the following file: