14 #include "msdevstudio/MSconfig.h"
24 using namespace hippodraw;
28 m_name =
"Static 2D Histogram";
51 using namespace hippodraw;
67 assert ( projector != 0 );
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.
The BinningProjector is an abstract class provides most of the functionality for a projector that doe...
virtual bool acceptFunction(int num)
Returns true if the DataRep accepts functions on number variables.
RepBase * m_rep
The representation used for drawing each data point in the view.
St2DHistogram class interface.
The base class for data representations.
ProjectorBase * m_projector
A projector used to transform data to projected values that will be plotted.
void setBinContents(const DataSource *source)
Sets the contents of the binner from the data source.
virtual bool hasAxis(hippodraw::Axes::Type) const
Returns true if the data representation has specified axis type axis.
A derived class of ProjectorBase that projects data accumulated by calls to its addValues function in...
St2DHistogram()
The default constructor.
virtual DataRep * clone()
The clone function returns an object of its own kind which is a copy of this object at this moment...
virtual bool hasNTupleBindings() const
Returns false.
StHist2DProjector class interface.
Base class for DataSource.