14 #include "msdevstudio/MSconfig.h" 76 assert ( t_rep != 0 );
79 if ( projector != 0 ) {
83 t_rep -> displayError ( *view );
virtual bool hasAxis(hippodraw::Axes::Type) const
Returns true if the data representation has specified axis type axis.
TextDataRep()
The default constructor.
virtual bool hasNTupleBindings() const
Returns false as this class does not have DataSource bindings.
virtual bool isTargetable() const
Returns false.
virtual void drawProjectedValues(TransformBase *transform, ViewBase *view)
Overrides the base class implementation to draw the values based on the target DataRep.
virtual DataRep * getParentDataRep() const
Gets the parent DataRep.
RepBase * m_rep
The representation used for drawing each data point in the view.
std::string m_name
The name of the display as it might be displayed in a GUI.
virtual ProjectorBase * getTargetProjector() const
Returns the ProjectorBase object from the target DataRep.
The base class for data representations.
The base class for the point representation hierarchy.
virtual DataRep * clone()
The clone function returns an object of its own kind which is a copy of this object at this moment...
The base class for the Projector hierarchy.
A transform that transforms coordinates from one coordinate system to another.
virtual ProjectorBase * getProjector() const
Returns the Projector object controlling the data.
The abstract base class for views.
hippodraw::TextRepBase class interface
hippodraw::TextDataRep class interface
A base class for representations that draws a value as text.
Displays data in textual representation.
hippodraw::Map1Projector class interface