LineFunctionRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _LineFunctionRep_H_
15 #define _LineFunctionRep_H_
16 
17 #include "LinePointRep.h"
18 
19 namespace hippodraw {
20 
21 class FunctionBase;
22 
31 {
32 
33 private:
34 
37  void smoothCurve ( const Range & range,
38  TransformBase * transform,
39  const FunctionBase * function );
40 
41 public:
42 
45 
47  LineFunctionRep ( float size );
48 
50  LineFunctionRep( const LineFunctionRep & point_rep );
51 
53  virtual ~LineFunctionRep();
54 
57  virtual RepBase * clone();
58 
63  void drawProjectedValues ( const Range & range,
64  const FunctionBase * function,
65  TransformBase * transform,
66  ViewBase * view );
67 
68 };
69 
70 } // namespace hippodraw
71 
72 #endif // _LineFunctionRep_H_

Generated for HippoDraw Class Library by doxygen