BoxTextRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BoxTextRep_H_
15 #define _BoxTextRep_H_
16 
17 #include "TextRepBase.h"
18 
19 namespace hippodraw {
20 
28 {
29 
30 public:
31 
33  BoxTextRep ( );
34 
36  BoxTextRep ( const BoxTextRep & rep );
37 
38  virtual RepBase * clone ();
39 
40  virtual void drawProjectedValues ( ProjectorBase & projector,
41  ViewBase & view );
42 
43 
44 };
45 
46 } // namespace hippodraw
47 
48 #endif // _BoxTextRep_H_

Generated for HippoDraw Class Library by doxygen