TextRepBase.cxx

Go to the documentation of this file.
00001 
00012 // For truncation warning
00013 #ifdef _MSC_VER
00014 #include "msdevstudio/MSconfig.h"
00015 #endif
00016 
00017 #include "TextRepBase.h"
00018 
00019 namespace hippodraw {
00020 
00021 TextRepBase::TextRepBase ( const char * name )
00022   : RepBase ( name, 12.0 )
00023 {
00024 }
00025 
00026 void
00027 TextRepBase::
00028 drawProjectedValues ( const DataSource *,
00029                       TransformBase *,
00030                       ViewBase * )
00031 {
00032 }
00033 
00034 } // namespace hippodraw

Generated for HippoDraw Class Library by doxygen