FunctionRep2.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _FunctionRep2_H_
15 #define _FunctionRep2_H_
16 
17 #include "FunctionRep.h"
18 
19 namespace hippodraw {
20 
27 {
28 
29 private:
30 
33  FunctionRep2 ( const FunctionRep2 & );
34 
35 public:
36 
39  FunctionRep2 ( FunctionBase * function, DataRep * rep );
40 
44  virtual ~FunctionRep2 ();
45 
49  virtual DataRep * clone ();
50 
51  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
52 
53  virtual void drawProjectedValues ( TransformBase * transform,
54  ViewBase * view );
55 
56 };
57 
58 } // namespace hippodraw
59 
60 #endif // _FunctionRep2_H_

Generated for HippoDraw Class Library by doxygen