14 #include "msdevstudio/MSconfig.h"
22 using namespace hippodraw;
36 return new Image ( *
this );
44 using namespace hippodraw;
hippodraw::ColorBoxPointRep class interface
std::string m_name
The name of the display as it might be displayed in a GUI.
A PointRep class that draws a colored box to represent the value.
virtual DataRep * clone()
The clone function returns an object of its own kind which is a copy of this object at this moment...
bool acceptFunction(int num)
Returns true if the DataRep accepts functions on number variables.
Image()
The default constructor.
hippodraw::Image class interface
virtual bool hasAxis(hippodraw::Axes::Type) const
Returns true if the data representation has specified axis type axis.
hippodraw::MapMatrixProjector class interface
RepBase * m_rep
The representation used for drawing each data point in the view.
The base class for data representations.
A derived class of NTupleProjector that maps 1 DataSource column to a Y axis of two dimensional proje...
ProjectorBase * m_projector
A projector used to transform data to projected values that will be plotted.
virtual bool needsMatrixSet() const
Returns true as the Image needs to have the XY matrix set in order to display itself.