XYPlot.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _XYPlot_H_
15 #define _XYPlot_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
32  : public hippodraw::DataRep
33 {
34  public:
35 
37  XYPlot ( );
38 
41  virtual DataRep * clone();
42 
43  bool acceptFunction ( int num );
44 
48  virtual bool hasErrorDisplay () const;
49 
54  virtual void setRepresentation ( RepBase * point_rep );
55 
60  virtual void setAxisBinding ( const std::string & axis,
61  const std::string & label );
62 
67  virtual
68  void setAxisBindings ( const std::vector < std::string > & bindings );
69 
70  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
71 
73  virtual bool hasZoomY () const;
74 };
75 
76 
77 } // namespace hippodraw
78 
79 #endif // _XYPlot
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
Displays X Y pairs with or without error bars.
Definition: XYPlot.h:31
hippodraw::DataRep class interface.
The base class for data representations.
Definition: DataRep.h:68
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
Type
Axes constants.
Definition: AxesType.h:31
The base class for the point representation hierarchy.
Definition: RepBase.h:45

Generated for HippoDraw Class Library by doxygen