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

TotalTextRep.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _TotalTextRep_H_
00015 #define _TotalTextRep_H_
00016 
00017 #include "reps/TextRepBase.h"
00018 
00023 class MDL_HIPPOPLOT_API TotalTextRep : public TextRepBase
00024 {
00025 
00026 public:
00027 
00029   TotalTextRep ( );
00030 
00032   TotalTextRep ( const TotalTextRep & point_rep );
00033 
00034   virtual RepBase * clone ();
00035 
00036   virtual void drawProjectedValues ( ProjectorBase & projector,
00037                                      ViewBase & view );
00038 };
00039 
00040 #endif // _TotalTextRep_H_

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3