BoxTextRep.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _BoxTextRep_H_
00015 #define _BoxTextRep_H_
00016 
00017 #include "TextRepBase.h"
00018 
00019 namespace hippodraw {
00020 
00027 class MDL_HIPPOPLOT_API BoxTextRep : public TextRepBase
00028 {
00029 
00030 public:
00031 
00033   BoxTextRep ( );
00034 
00036   BoxTextRep ( const BoxTextRep & rep );
00037 
00038   virtual RepBase * clone ();
00039 
00040   virtual void drawProjectedValues ( ProjectorBase & projector,
00041                                      ViewBase & view );
00042 
00043 
00044 };
00045 
00046 } // namespace hippodraw
00047 
00048 #endif // _BoxTextRep_H_

Generated for HippoDraw Class Library by doxygen