TextRepBase.cxx
Go to the documentation of this file.
1 
12 // For truncation warning
13 #ifdef _MSC_VER
14 #include "msdevstudio/MSconfig.h"
15 #endif
16 
17 #include "TextRepBase.h"
18 
19 namespace hippodraw {
20 
21 TextRepBase::TextRepBase ( const char * name )
22  : RepBase ( name, 12.0 )
23 {
24 }
25 
26 void
29  TransformBase *,
30  ViewBase * )
31 {
32 }
33 
34 } // namespace hippodraw
Namespace for HippoDraw.
Definition: AxesType.cxx:21
Base class for DataSource.
Definition: DataSource.h:55
The base class for the point representation hierarchy.
Definition: RepBase.h:45
A transform that transforms coordinates from one coordinate system to another.
Definition: TransformBase.h:35
The abstract base class for views.
Definition: ViewBase.h:62
hippodraw::TextRepBase class interface
virtual void drawProjectedValues(ProjectorBase &projector, ViewBase &view)=0
Draws the values from the projector to the view.
TextRepBase(const char *name)
The following constructor takes the name and size as arguments.
Definition: TextRepBase.cxx:21

Generated for HippoDraw Class Library by doxygen