List of all members.
Public Member Functions |
| MyData (const MyData &_cpy) |
MyData & | operator= (const MyData &_rhs) |
MyData & | operator= (int _rhs) |
MyData & | operator= (double _rhs) |
MyData & | operator= (bool _rhs) |
MyData & | operator= (const OpenMesh::Vec4f &_rhs) |
bool | operator== (const MyData &_rhs) const |
bool | operator!= (const MyData &_rhs) const |
| MyData (const MyData &_cpy) |
MyData & | operator= (const MyData &_rhs) |
MyData & | operator= (int _rhs) |
MyData & | operator= (double _rhs) |
MyData & | operator= (bool _rhs) |
MyData & | operator= (const OpenMesh::Vec4f &_rhs) |
bool | operator== (const MyData &_rhs) const |
bool | operator!= (const MyData &_rhs) const |
Public Attributes |
int | ival |
double | dval |
bool | bval |
OpenMesh::Vec4f | vec4fval |
The documentation for this struct was generated from the following files:
- Tutorial/09-persistence/persistence.cc
- /data1/home1/moebius/projects/release/OpenMesh-2.0/src/OpenMesh/Examples/Tutorial10/persistence.cc