Go to the documentation of this file.00001
00002
00014 #ifndef _YPlot_H_
00015 #define _YPlot_H_
00016
00017 #include "datareps/DataRep.h"
00018
00019 namespace hippodraw {
00020
00037 class MDL_HIPPOPLOT_API YPlot
00038 : public hippodraw::DataRep
00039 {
00040 public:
00041
00043 YPlot ( );
00044
00047 virtual DataRep * clone();
00048
00049 bool acceptFunction ( int num );
00050
00051 virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00052
00053 };
00054
00055 }
00056
00057 #endif // _YPlot