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

ScatterPlot.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00013 #ifndef _ScatterPlot_H_
00014 #define _ScatterPlot_H_
00015 
00016 #include "datareps/DataRep.h"
00017 
00018 #include "reps/SymbolPointRep.h"
00019 
00028 class MDL_HIPPOPLOT_API ScatterPlot : public DataRep
00029 {
00030 
00031 public:
00032 
00034   ScatterPlot ( );
00035 
00038   DataRep * clone ();
00039 
00041   virtual bool acceptFunction ( int number );
00042 
00043   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00044   
00045   virtual bool hasZoomY ( ) const;
00046 
00047 };
00048 
00049 #endif // _ScatterPlot_H_

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3