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

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 
00034 class MDL_HIPPOPLOT_API ContourPlot : public DataRep
00035 {
00036 
00037 public:
00038 
00040   ContourPlot ( );
00041 
00044   DataRep * clone();
00045 
00046   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00047   
00048   virtual bool hasZoomY ( ) const;
00049 
00050 };
00051 
00052 #endif // _ContourPlot

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3