std::string m_name
The name of the display as it might be displayed in a GUI.
LineDataRep class interface.
virtual bool hasAxis(hippodraw::Axes::Type) const
Returns true if the data representation has specified axis type axis.
virtual bool hasNTupleBindings() const
Returns false as this class does not have NTuple bindings.
hippodraw::LineProjector class interface
RepBase * m_rep
The representation used for drawing each data point in the view.
void setValue(double value)
Sets the value that will be displayed.
A Color class for creating the color object following the standard RGB color space.
LineDataRep()
The default constructor, should never be called.
The base class for data representations.
A projector that plots a value as a horizontal or vertical line.
virtual void setColor(const Color &)
Sets the color of the representation.
ProjectorBase * m_projector
A projector used to transform data to projected values that will be plotted.
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...
hippodraw::LinePointRep class interface