14 #include "msdevstudio/MSconfig.h" virtual bool hasAxis(hippodraw::Axes::Type) const
Returns true if the data representation has specified axis type axis.
hippodraw::FunctionBase class interface
A derived class of FunctionRep that handles functions with 2 coordinates.
ContourFunctionRep class interface.
hippodraw::ProjectorBase class interface.
FunctionRep2(const FunctionRep2 &)
The copy constructor.
RepBase * m_rep
The representation used for drawing each data point in the view.
The base class for data representations.
ProjectorBase * m_projector
A projector used to transform data to projected values that will be plotted.
virtual DataRep * clone()
The clone function returns an object of its own kind which is a copy of this object at this moment...
FunctionRep2 class interface.
FunctionBase * getFunction() const
Returns the actual function, a FunctionBase derived class.
virtual void drawProjectedValues(TransformBase *transform, ViewBase *view)
Draws the projected values.
void drawCuts(TransformBase *transform, ViewBase *view)
Draws the cuts.
Expresses a range of values.
A class that draws a function as contour lines.
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.
The abstract base class for views.
virtual void setDirty(bool yes=true)
Sets the dirty flag.
A derived class of DataRep which is a base class for displaying a function.
virtual ~FunctionRep2()
The virtual destructor.