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_
An NTupleProjector is a projector that projects data from an DataSource object.
The BinningProjector is an abstract class provides most of the functionality for a projector that doe...
Range m_value_range
The range of the accumulated values.
numeric::array clone(numeric::array arr)
hippodraw::Range class interface
hippodraw::NTupleProjector class interface
Part of an implementation of the Observable-Observer pattern based on the example in the GOF Patterns...
A derived class of BinningProjector that reads three columns of data and projects them to a two dimen...
hippodraw::BinningProjector class interface
#define MDL_HIPPOPLOT_API
Expresses a range of values.
The base class for the Projector hierarchy.