VertexElementData Struct Reference

#include <VertexMeshReader.hpp>

Collaboration diagram for VertexElementData:

Collaboration graph
[legend]

List of all members.

Public Attributes

std::vector< unsigned > NodeIndices
std::vector< ElementDataFaces
std::vector< bool > Orientations
unsigned AttributeValue
unsigned ContainingElement


Detailed Description

Helper structure that stores the nodes and any attribute value associated with a VertexElement.

Definition at line 43 of file VertexMeshReader.hpp.


Member Data Documentation

std::vector<unsigned> VertexElementData::NodeIndices

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

Vector of face orientations (only used in 3D).

Definition at line 47 of file VertexMeshReader.hpp.

Attribute value associated with the element.

Definition at line 48 of file VertexMeshReader.hpp.

Referenced by VertexMeshReader< ELEMENT_DIM, SPACE_DIM >::GetNextElementDataWithFaces().

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.


The documentation for this struct was generated from the following file:

Generated on Mon Apr 18 11:38:04 2011 for Chaste by  doxygen 1.5.5