Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
datareps
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
26
class
MDL_HIPPOPLOT_API
VariableMesh
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