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

Generated for HippoDraw Class Library by doxygen