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