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_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A base class for representations that draws a value as text.
Definition: TextRepBase.h:27
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
A Representation that draws the values of function parameters.
Definition: FuncParmRep.h:28
hippodraw::TextRepBase class interface
The base class for the Projector hierarchy.
Definition: ProjectorBase.h:56
The abstract base class for views.
Definition: ViewBase.h:62
The base class for the point representation hierarchy.
Definition: RepBase.h:45

Generated for HippoDraw Class Library by doxygen