MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Public Member Functions | |
Vertex (const Vector3D &pos, bool is_fixed) | |
Vertex () | |
Public Attributes | |
Vector3D | coords |
std::vector< size_t > | adjacencies |
unsigned | midcount |
bool | fixed |
bool | slaved |
bool | valid |
unsigned char | byte |
Struct holding a vertex
Definition at line 213 of file MeshImplData.hpp.
MBMesquite::MeshImplData::Vertex::Vertex | ( | const Vector3D & | pos, |
bool | is_fixed | ||
) | [inline] |
MBMesquite::MeshImplData::Vertex::Vertex | ( | ) | [inline] |
Definition at line 220 of file MeshImplData.hpp.
std::vector< size_t > MBMesquite::MeshImplData::Vertex::adjacencies |
indices of adjacent elements
Definition at line 223 of file MeshImplData.hpp.
Referenced by MBMesquite::MeshImplData::copy_higher_order(), and MBMesquite::MeshImplData::reset_vertex().
unsigned char MBMesquite::MeshImplData::Vertex::byte |
mark
Definition at line 228 of file MeshImplData.hpp.
location
Definition at line 222 of file MeshImplData.hpp.
Referenced by MBMesquite::MeshImplData::reset_vertex().
is fixed
Definition at line 225 of file MeshImplData.hpp.
Referenced by MBMesquite::MeshImplData::reset_vertex().
num elements referencing this as a mid-node
Definition at line 224 of file MeshImplData.hpp.
Referenced by MBMesquite::MeshImplData::copy_higher_order().
Definition at line 226 of file MeshImplData.hpp.
is a valid (initialized) array entry
Definition at line 227 of file MeshImplData.hpp.
Referenced by MBMesquite::MeshImplData::copy_higher_order(), and MBMesquite::MeshImplData::reset_vertex().