14 #include "msdevstudio/MSconfig.h" 28 m_name =
"Static 2D Histogram";
67 assert ( projector != 0 );
void setBinContents(const DataSource *source)
Sets the contents of the binner from the data source.
St2DHistogram class interface.
RepBase * m_rep
The representation used for drawing each data point in the view.
std::string m_name
The name of the display as it might be displayed in a GUI.
virtual bool acceptFunction(int num)
Returns true if the DataRep accepts functions on number variables.
The base class for data representations.
Base class for DataSource.
ProjectorBase * m_projector
A projector used to transform data to projected values that will be plotted.
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.
St2DHistogram()
The default constructor.
virtual bool hasAxis(hippodraw::Axes::Type) const
Returns true if the data representation has specified axis type axis.
The BinningProjector is an abstract class provides most of the functionality for a projector that doe...
A PointRep class that draws a colored box to represent the value.
A derived class of ProjectorBase that projects data accumulated by calls to its addValues function in...
hippodraw::ColorBoxPointRep class interface
StHist2DProjector class interface.