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

ColorPlot.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _ColorPlot_H_
00015 #define _ColorPlot_H_
00016 
00017 #include "DataRep.h"
00018 
00034 class MDL_HIPPOPLOT_API ColorPlot : public DataRep
00035 {
00036 
00037 public:
00038 
00040   ColorPlot ( );
00041 
00044   DataRep * clone();
00045 
00046   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00047 
00048 };
00049 
00050 #endif // _ColorPlot

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3