TextDataRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
13 #ifndef _TextDataRep_H_
14 #define _TextDataRep_H_
15 
16 #include "DataRep.h"
17 
18 namespace hippodraw {
19 
33  : public hippodraw::DataRep
34 {
35 private:
36 
40  TextDataRep ( const TextDataRep & );
41 
42 public:
43 
47  TextDataRep ( RepBase * rep );
48 
50  TextDataRep ( );
51 
54  virtual DataRep * clone();
55 
57  virtual bool hasNTupleBindings () const;
58 
61  virtual ProjectorBase * getTargetProjector ( ) const;
62 
65  virtual void drawProjectedValues ( TransformBase * transform,
66  ViewBase * view );
67 
71  virtual bool isTargetable () const;
72 
73  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
74 
75 };
76 
77 } // namespace hippodraw
78 
79 #endif // _TextDataRep

Generated for HippoDraw Class Library by doxygen