14 #include "msdevstudio/MSconfig.h" 28 m_name =
"Static Histogram";
64 assert ( projector != 0 );
virtual bool acceptFunction(int num)
Returns true if the DataRep accepts functions on number variables.
void setBinContents(const DataSource *source)
Sets the contents of the binner from the data source.
St1DHistogram 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.
A derived class of ProjectorBase that projects data accumulated by calls to its fill function into a ...
hippodraw::ColumnPointRep class interface
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.
St1DHistogram()
The default constructor.
virtual bool hasNTupleBindings() const
Returns false.
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...
virtual bool hasErrorDisplay() const
Returns true.
StHist1DProjector class interface.
virtual DataRep * clone()
The clone function returns an object of its own kind which is a copy of this object at this moment...
A PointRep class that draws a column to represent the value.