ColorPlot.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _ColorPlot_H_
15 #define _ColorPlot_H_
16 
17 #include "DataRep.h"
18 
19 namespace hippodraw {
37 {
38 
39 public:
40 
42  ColorPlot ( );
43 
46  DataRep * clone();
47 
48  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
49 
50 };
51 
52 } // namespace hippodraw
53 #endif // _ColorPlot

Generated for HippoDraw Class Library by doxygen