MOAB: Mesh Oriented datABase  (version 5.4.1)
MBMesquite::MeshImplData::Vertex Struct Reference
+ Collaboration diagram for MBMesquite::MeshImplData::Vertex:

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

Detailed Description

Struct holding a vertex

Definition at line 213 of file MeshImplData.hpp.


Constructor & Destructor Documentation

MBMesquite::MeshImplData::Vertex::Vertex ( const Vector3D pos,
bool  is_fixed 
) [inline]

Definition at line 215 of file MeshImplData.hpp.

            : coords( pos ), midcount( 0 ), fixed( is_fixed ), valid( true ), byte( '\0' )
        {
        }

Definition at line 220 of file MeshImplData.hpp.

: midcount( 0 ), valid( false ), byte( '\0' ) {}

Member Data Documentation

indices of adjacent elements

Definition at line 223 of file MeshImplData.hpp.

Referenced by MBMesquite::MeshImplData::copy_higher_order(), and MBMesquite::MeshImplData::reset_vertex().

mark

Definition at line 228 of file MeshImplData.hpp.

num elements referencing this as a mid-node

Definition at line 224 of file MeshImplData.hpp.

Referenced by MBMesquite::MeshImplData::copy_higher_order().

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().

List of all members.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines