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

Generated for HippoDraw Class Library by doxygen