UnderflowTextRep.h

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

Generated for HippoDraw Class Library by doxygen