Chaste Release::3.1
|
#include <VertexMeshReader.hpp>
Public Attributes | |
std::vector< unsigned > | NodeIndices |
std::vector< ElementData > | Faces |
std::vector< bool > | Orientations |
unsigned | AttributeValue |
unsigned | ContainingElement |
Helper structure that stores the nodes and any attribute value associated with a VertexElement.
Definition at line 50 of file VertexMeshReader.hpp.
Attribute value associated with the element.
Definition at line 55 of file VertexMeshReader.hpp.
Referenced by VertexMeshReader< ELEMENT_DIM, SPACE_DIM >::GetNextElementDataWithFaces(), and VertexMeshWriter< ELEMENT_DIM, SPACE_DIM >::WriteFiles().
Only applies to boundary elements: which element contains this boundary element. Only set if reader called with correct params
Definition at line 56 of file VertexMeshReader.hpp.
std::vector<ElementData> VertexElementData::Faces |
Vector of faces owned by the element (only used in 3D).
Definition at line 53 of file VertexMeshReader.hpp.
Referenced by VertexMeshReader< ELEMENT_DIM, SPACE_DIM >::GetNextElementDataWithFaces(), and VertexMeshWriter< ELEMENT_DIM, SPACE_DIM >::WriteFiles().
std::vector<unsigned> VertexElementData::NodeIndices |
Vector of Node indices owned by the element.
Definition at line 52 of file VertexMeshReader.hpp.
Referenced by VertexMeshReader< ELEMENT_DIM, SPACE_DIM >::GetNextElementDataWithFaces(), VertexMeshWriter< ELEMENT_DIM, SPACE_DIM >::GetNextElementWithFaces(), and VertexMeshWriter< ELEMENT_DIM, SPACE_DIM >::WriteFiles().
std::vector<bool> VertexElementData::Orientations |
Vector of face orientations (only used in 3D).
Definition at line 54 of file VertexMeshReader.hpp.