14 #ifndef _Hist2DProjImp_H_
15 #define _Hist2DProjImp_H_
55 virtual void checkScaling ();
61 virtual void addPointReps ();
65 Range dataRangeOnValue ()
const;
69 double getPosOnValue ()
const;
82 virtual Range valueRange()
const;
100 virtual bool isValueBinned ()
const;
103 const std::string & getZLabel()
const;
106 virtual bool hasZAxis()
const;
110 virtual bool wantsScaleFactor (
const std::string & axis )
const;
116 #endif // _Hist2DProjImp_H_
#define MDL_HIPPOPLOT_API
The BinningProjector is an abstract class provides most of the functionality for a projector that doe...
std::string m_z_label_entries
The label of the z axis when displaying number of entries per bin.
hippodraw::BinningProjector class interface
std::string m_z_label_density
The label of the z axis when displaying density.
Range m_value_range
The range of the accumulated values.
A derived class of BinningProjector projects to a two dimensional histogram.
hippodraw::Range class interface
Expresses a range of values.