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

ZPlot.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _ZPlot_H_
00015 #define _ZPlot_H_
00016 
00017 #include "datareps/DataRep.h"
00018 
00047 class MDL_HIPPOPLOT_API ZPlot : public DataRep
00048 {
00049  public:
00050 
00052   ZPlot ( );
00053 
00056   virtual DataRep * clone();
00057 
00058   bool acceptFunction ( int num );
00059 
00060   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00061 
00062 
00063 };
00064 
00065 #endif // _ZPlot

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3