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

Generated for HippoDraw Class Library by doxygen