Public Member Functions | |
int | id () const |
int & | id () |
MyVertexData (const int id=-1) | |
Private Attributes | |
int | id_ |
Definition at line 52 of file example_half_edge_mesh.cpp.
MyVertexData::MyVertexData | ( | const int | id = -1 | ) | [inline] |
Definition at line 56 of file example_half_edge_mesh.cpp.
int MyVertexData::id | ( | ) | const [inline] |
Definition at line 58 of file example_half_edge_mesh.cpp.
int& MyVertexData::id | ( | ) | [inline] |
Definition at line 59 of file example_half_edge_mesh.cpp.
int MyVertexData::id_ [private] |
Definition at line 63 of file example_half_edge_mesh.cpp.