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

YPlot.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _YPlot_H_
00015 #define _YPlot_H_
00016 
00017 #include "datareps/DataRep.h"
00018 
00034 class MDL_HIPPOPLOT_API YPlot : public DataRep
00035 {
00036  public:
00037 
00039   YPlot ( );
00040 
00043   virtual DataRep * clone();
00044 
00045   bool acceptFunction ( int num );
00046 
00047   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00048 
00049 };
00050 
00051 #endif // _YPlot

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3