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_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A PointRep class that draws a contour lines.
A transform that transforms coordinates from one coordinate system to another.
Definition: TransformBase.h:35
A class that draws a function as contour lines.
unsigned int m_steps
The number of steps taken to calculate function values.
NTuple * m_ntuple
The table of function values from which to build the contours.
hippodraw::ContourPointRep class interface
A DataSource class implemented with std::vector<double> to store the column data. ...
Definition: NTuple.h:33
The abstract base class for views.
Definition: ViewBase.h:62
A function that can be added to a DataRep and used in a fitter.
Definition: FunctionBase.h:90
Expresses a range of values.
Definition: Range.h:33

Generated for HippoDraw Class Library by doxygen