Struct holding a vertex. More...
Public Member Functions | |
Vertex (const Vector3D &pos, bool is_fixed) | |
Vertex () | |
Vertex (const Vector3D &pos, bool is_fixed) | |
Vertex () | |
Public Attributes | |
Vector3D | coords |
location More... | |
msq_std::vector< size_t > | adjacencies |
indices of adjacent elements More... | |
unsigned | midcount |
num elements referencing this as a mid-node More... | |
bool | fixed |
is fixed More... | |
bool | valid |
is a valid (initialized) array entry More... | |
unsigned char | byte |
mark More... | |
Struct holding a vertex.
Definition at line 208 of file includeLinks/MeshImplData.hpp.
Definition at line 209 of file includeLinks/MeshImplData.hpp.
|
inline |
Definition at line 212 of file includeLinks/MeshImplData.hpp.
Definition at line 209 of file src/Mesh/MeshImplData.hpp.
|
inline |
Definition at line 212 of file src/Mesh/MeshImplData.hpp.
msq_std::vector< size_t > adjacencies |
indices of adjacent elements
Definition at line 215 of file includeLinks/MeshImplData.hpp.
Referenced by MeshImplData::copy_higher_order(), and MeshImplData::reset_vertex().
unsigned char byte |
mark
Definition at line 219 of file includeLinks/MeshImplData.hpp.
Vector3D coords |
location
Definition at line 214 of file includeLinks/MeshImplData.hpp.
Referenced by MeshImplData::reset_vertex().
bool fixed |
is fixed
Definition at line 217 of file includeLinks/MeshImplData.hpp.
Referenced by MeshImplData::reset_vertex().
unsigned midcount |
num elements referencing this as a mid-node
Definition at line 216 of file includeLinks/MeshImplData.hpp.
Referenced by MeshImplData::copy_higher_order().
bool valid |
is a valid (initialized) array entry
Definition at line 218 of file includeLinks/MeshImplData.hpp.
Referenced by MeshImplData::copy_higher_order(), and MeshImplData::reset_vertex().