YPlot.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _YPlot_H_
15 #define _YPlot_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
38  : public hippodraw::DataRep
39 {
40  public:
41 
43  YPlot ( );
44 
47  virtual DataRep * clone();
48 
49  bool acceptFunction ( int num );
50 
51  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
52 
53 };
54 
55 } // namespace hippodraw
56 
57 #endif // _YPlot
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
Displays on the Y axis the values of a single column using the row number as the coordinate of the X ...
Definition: YPlot.h:37
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

Generated for HippoDraw Class Library by doxygen