14 #ifndef _Profile2DProjector_H_ 15 #define _Profile2DProjector_H_ 55 virtual void changedNTuple();
73 virtual Range valueRange()
const;
84 virtual void addPointReps ();
104 virtual void setOffset (
const std::string & axis,
112 virtual bool isAxisBinned (
const std::string & axis )
const;
116 const std::string & getZLabel()
const;
132 virtual void update (
const Observable *
object );
139 virtual void willDelete (
const Observable *
object );
145 #endif // _Profile2DProjector_H_ Range m_value_range
The range of the accumulated values.
hippodraw::NTupleProjector class interface
A derived class of BinningProjector that reads three columns of data and projects them to a two dimen...
Part of an implementation of the Observable-Observer pattern based on the example in the GOF Patterns...
#define MDL_HIPPOPLOT_API
Expresses a range of values.
The base class for the Projector hierarchy.
The BinningProjector is an abstract class provides most of the functionality for a projector that doe...
An NTupleProjector is a projector that projects data from an DataSource object.
numeric::array clone(numeric::array arr)
hippodraw::Range class interface
hippodraw::BinningProjector class interface