Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 TextRepBase::TextRepBase ( const char * name )
00020   : RepBase ( name, 12.0 )
00021 {
00022 }
00023 
00024 void
00025 TextRepBase::
00026 drawProjectedValues ( const DataSource * ntuple,
00027                       TransformBase * transform,
00028                       ViewBase * view )
00029 {
00030 }

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3