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 
00019 namespace hippodraw {
00020 
00032 class MDL_HIPPOPLOT_API ProfileContour
00033   : public hippodraw::DataRep
00034 {
00035 
00036 public:
00037 
00039   ProfileContour ( );
00040 
00043   DataRep * clone();
00044 
00045   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00046 
00047 
00048 };
00049 
00050 } // namespace hippodraw
00051 
00052 #endif // _ProfileContour

Generated for HippoDraw Class Library by doxygen