FuncParmRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _FuncParmRep_H_
15 #define _FuncParmRep_H_
16 
17 #include "TextRepBase.h"
18 
19 namespace hippodraw {
20 
21 class FunctionBase;
22 
29 {
30 
31 public:
32 
34  FuncParmRep ( );
35 
37  FuncParmRep( const FuncParmRep & point_rep );
38 
41  virtual RepBase * clone ();
42 
43  virtual void drawProjectedValues ( ProjectorBase & projector,
44  ViewBase & view );
45 };
46 
47 } // namespace hippodraw
48 
49 #endif // _FuncParmRep_H_

Generated for HippoDraw Class Library by doxygen