14 #include "msdevstudio/MSconfig.h"
27 m_name =
"Profile Contour";
38 using namespace hippodraw;
A PointRep class that draws a contour lines.
std::string m_name
The name of the display as it might be displayed in a GUI.
A derived class of BinningProjector that reads three columns of data and projects them to a two dimen...
Profile2DProjector class interface.
RepBase * m_rep
The representation used for drawing each data point in the view.
ProfileContour()
The default constructor.
The base class for data representations.
DataRep * clone()
The clone function returns an object of its own kind which is a copy of this object at this moment...
hippodraw::ContourPointRep class interface
virtual bool hasAxis(hippodraw::Axes::Type) const
Returns true if the data representation has specified axis type axis.
ProjectorBase * m_projector
A projector used to transform data to projected values that will be plotted.
ProfileContour class interface.