XYZPlot.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _XYZPlot_H_
15 #define _XYZPlot_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
32  : public hippodraw::DataRep
33 {
34  public:
35 
37  XYZPlot ( );
38 
41  virtual DataRep * clone();
42 
43  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
44 
48  virtual void setRepresentation( RepBase * pointrep );
49 
50 };
51 
52 } // namespace hippodraw
53 
54 #endif // _XYZPlot
A DataRep that displays a triplet of data from three columns, two on the X and Y axis and the third a...
Definition: XYZPlot.h:31
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
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