TotalTextRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _TotalTextRep_H_
15 #define _TotalTextRep_H_
16 
17 #include "reps/TextRepBase.h"
18 
19 namespace hippodraw {
20 
26 {
27 
28 public:
29 
31  TotalTextRep ( );
32 
34  TotalTextRep ( const TotalTextRep & point_rep );
35 
36  virtual RepBase * clone ();
37 
38  virtual void drawProjectedValues ( ProjectorBase & projector,
39  ViewBase & view );
40 };
41 
42 } // namespace hippodraw
43 
44 #endif // _TotalTextRep_H_

Generated for HippoDraw Class Library by doxygen