14 #include "msdevstudio/MSconfig.h"
24 using namespace hippodraw;
28 m_name =
"Static Histogram";
64 assert ( projector != 0 );
69 using namespace hippodraw;
std::string m_name
The name of the display as it might be displayed in a GUI.
The BinningProjector is an abstract class provides most of the functionality for a projector that doe...
A derived class of ProjectorBase that projects data accumulated by calls to its fill function into a ...
virtual bool acceptFunction(int num)
Returns true if the DataRep accepts functions on number variables.
St1DHistogram()
The default constructor.
RepBase * m_rep
The representation used for drawing each data point in the view.
The base class for data representations.
StHist1DProjector class interface.
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 bool hasNTupleBindings() const
Returns false.
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.
hippodraw::ColumnPointRep class interface
A PointRep class that draws a column 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...
St1DHistogram class interface.
Base class for DataSource.