ContourPlot.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _ContourPlot_H_
00015 #define _ContourPlot_H_
00016 
00017 #include "DataRep.h"
00018 
00019 namespace hippodraw {
00020 
00037 class MDL_HIPPOPLOT_API ContourPlot : public DataRep
00038 {
00039 
00040 public:
00041 
00043   ContourPlot ( );
00044 
00047   DataRep * clone();
00048 
00049   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00050   
00051 };
00052 
00053 } // namespace hippodraw
00054 #endif // _ContourPlot

Generated for HippoDraw Class Library by doxygen