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

Generated for HippoDraw Class Library by doxygen