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 
00019 namespace hippodraw {
00036 class MDL_HIPPOPLOT_API ColorPlot : public DataRep
00037 {
00038 
00039 public:
00040 
00042   ColorPlot ( );
00043 
00046   DataRep * clone();
00047 
00048   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00049 
00050 };
00051 
00052 } // namespace hippodraw
00053 #endif // _ColorPlot

Generated for HippoDraw Class Library by doxygen