VariableMesh.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _VariableMesh_H_
15 #define _VariableMesh_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
27  : public hippodraw::DataRep
28 {
29  public:
30 
32  VariableMesh ( );
33 
36  virtual DataRep * clone();
37 
38  bool acceptFunction ( int num );
39 
43  virtual bool hasErrorDisplay () const;
44 
49  virtual void setRepresentation ( RepBase * point_rep );
50 
54  virtual void setAxisBinding ( const std::string & axis,
55  const std::string & label );
56 
61  virtual
62  void setAxisBindings ( const std::vector < std::string > & bindings );
63 
64  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
65 
66 };
67 
68 } // namespace hippodraw
69 
70 #endif // _VariableMesh
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
Displays X Y mesh.
Definition: VariableMesh.h:26
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