00001
00002
00013 #ifndef _ScatterPlot_H_
00014 #define _ScatterPlot_H_
00015
00016 #include "datareps/DataRep.h"
00017
00018 #include "reps/SymbolPointRep.h"
00019
00020 namespace hippodraw {
00021
00031 class MDL_HIPPOPLOT_API ScatterPlot
00032 : public hippodraw::DataRep
00033 {
00034
00035 public:
00036
00038 ScatterPlot ( );
00039
00042 DataRep * clone ();
00043
00045 virtual bool acceptFunction ( int number );
00046
00047 virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00048
00049 virtual bool hasZoomY ( ) const;
00050
00051 };
00052
00053 }
00054
00055 #endif // _ScatterPlot_H_