ProfileContour.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _ProfileContour_H_
15 #define _ProfileContour_H_
16 
17 #include "DataRep.h"
18 
19 namespace hippodraw {
20 
33  : public hippodraw::DataRep
34 {
35 
36 public:
37 
39  ProfileContour ( );
40 
43  DataRep * clone();
44 
45  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
46 
47 
48 };
49 
50 } // namespace hippodraw
51 
52 #endif // _ProfileContour
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A DataRep for two dimensional profile.
hippodraw::DataRep class interface.
The base class for data representations.
Definition: DataRep.h:68
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
Type
Axes constants.
Definition: AxesType.h:31

Generated for HippoDraw Class Library by doxygen