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