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

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 
00028 class MDL_HIPPOPLOT_API XYZPlot : public DataRep
00029 {
00030  public:
00031 
00033   XYZPlot ( );
00034 
00037   virtual DataRep * clone();
00038 
00039   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00040 
00044    virtual void setRepresentation( RepBase * pointrep );
00045 
00046 };
00047 
00048 #endif // _XYZPlot

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3