14 #include "msdevstudio/MSconfig.h" hippodraw::FunctionBase class interface
virtual void setColor(const Color &)
Sets the color of the representation.
hippodraw::ProjectorBase class interface.
RepBase * m_rep
The representation used for drawing each data point in the view.
LineFunctionRep class interface.
virtual ~FunctionRep1()
The virtual destructor.
A LinePointRep class that draws a function by trying to make a smooth line after the transform to the...
The base class for data representations.
ProjectorBase * m_projector
A projector used to transform data to projected values that will be plotted.
FunctionBase * getFunction() const
Returns the actual function, a FunctionBase derived class.
A Color class for creating the color object following the standard RGB color space.
virtual bool hasAxis(hippodraw::Axes::Type) const
Returns true if the data representation has specified axis type axis.
void drawCuts(TransformBase *transform, ViewBase *view)
Draws the cuts.
virtual DataRep * clone()
The clone function returns an object of its own kind which is a copy of this object at this moment...
Expresses a range of values.
A derived class of FunctionRep that handles functions with only 1 coordinate.
A function that can be added to a DataRep and used in a fitter.
A transform that transforms coordinates from one coordinate system to another.
virtual void drawProjectedValues(TransformBase *transform, ViewBase *view)
Draws the projected values.
The abstract base class for views.
FunctionRep1 class interface.
virtual void setDirty(bool yes=true)
Sets the dirty flag.
FunctionRep1(const FunctionRep1 &)
The copy constructor.
A derived class of DataRep which is a base class for displaying a function.