Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ProfileContour.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _ProfileContour_H_
00015 #define _ProfileContour_H_
00016 
00017 #include "DataRep.h"
00018 
00029 class MDL_HIPPOPLOT_API ProfileContour : public DataRep
00030 {
00031 
00032 public:
00033 
00035   ProfileContour ( );
00036 
00039   DataRep * clone();
00040 
00041   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00042 
00043 
00044 };
00045 
00046 #endif // _ProfileContour

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3