#include <VertexMeshReader.hpp>
Public Attributes | |
std::vector< unsigned > | NodeIndices |
std::vector< ElementData > | Faces |
std::vector< bool > | Orientations |
unsigned | AttributeValue |
unsigned | ContainingElement |
Definition at line 43 of file VertexMeshReader.hpp.
std::vector<unsigned> VertexElementData::NodeIndices |
Vector of Node indices owned by the element.
Definition at line 45 of file VertexMeshReader.hpp.
Referenced by VertexMeshReader< ELEMENT_DIM, SPACE_DIM >::GetNextElementDataWithFaces(), and VertexMeshWriter< ELEMENT_DIM, SPACE_DIM >::WriteFiles().
std::vector<ElementData> VertexElementData::Faces |
Vector of faces owned by the element (only used in 3D).
Definition at line 46 of file VertexMeshReader.hpp.
Referenced by VertexMeshReader< ELEMENT_DIM, SPACE_DIM >::GetNextElementDataWithFaces(), and VertexMeshWriter< ELEMENT_DIM, SPACE_DIM >::WriteFiles().
std::vector<bool> VertexElementData::Orientations |
Vector of face orientations (only used in 3D).
Definition at line 47 of file VertexMeshReader.hpp.
unsigned VertexElementData::AttributeValue |
Attribute value associated with the element.
Definition at line 48 of file VertexMeshReader.hpp.
Referenced by VertexMeshReader< ELEMENT_DIM, SPACE_DIM >::GetNextElementDataWithFaces().
unsigned VertexElementData::ContainingElement |
Only applies to boundary elements: which element contains this boundary element. Only set if reader called with correct params
Definition at line 49 of file VertexMeshReader.hpp.