XYZPlot.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _XYZPlot_H_
00015 #define _XYZPlot_H_
00016 
00017 #include "datareps/DataRep.h"
00018 
00019 namespace hippodraw {
00020 
00031 class MDL_HIPPOPLOT_API XYZPlot
00032   : public hippodraw::DataRep
00033 {
00034  public:
00035 
00037   XYZPlot ( );
00038 
00041   virtual DataRep * clone();
00042 
00043   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00044 
00048    virtual void setRepresentation( RepBase * pointrep );
00049 
00050 };
00051 
00052 } // namespace hippodraw
00053 
00054 #endif // _XYZPlot

Generated for HippoDraw Class Library by doxygen