Developer Documentation
ACG::Histogram Class Referenceabstract
Inheritance diagram for ACG::Histogram:
ACG::HistogramT< T >

Public Types

enum  LabelType { PerBin, PerBoundary }
 

Public Member Functions

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
 

Protected Attributes

std::vector< size_t > bins_
 
std::vector< double > bin_widths_
 

Detailed Description

Definition at line 57 of file Histogram.hh.


The documentation for this class was generated from the following file: