ContourFunctionRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _ContourFunctionRep_H_
15 #define _ContourFunctionRep_H_
16 
17 #include "ContourPointRep.h"
18 
19 namespace hippodraw {
20 
21 class FunctionBase;
22 class NTuple;
23 class TransformBase;
24 class ViewBase;
25 
31 {
32 
33 private:
34 
38 
41  unsigned int m_steps;
42 
44  ContourFunctionRep( const ContourFunctionRep & point_rep );
45 
46 public:
47 
50 
53 
56  void drawProjectedValues ( const Range & x_range, const Range & y_range,
57  const FunctionBase * function,
58  TransformBase * transform,
59  ViewBase * view );
60 
61 };
62 
63 } // namespace hippodraw
64 
65 #endif // _ContourFunctionRep_H_

Generated for HippoDraw Class Library by doxygen