Chaste Release::3.1
SemElementData Struct Reference

#include <SemMeshReader.hpp>

Collaboration diagram for SemElementData:

List of all members.

Public Attributes

std::vector< unsignedNodeIndices
std::vector< boolOrientations
unsigned AttributeValue
unsigned ContainingElement

Detailed Description

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

Definition at line 50 of file SemMeshReader.hpp.


Member Data Documentation

Attribute value associated with the element.

Definition at line 54 of file SemMeshReader.hpp.

Only applies to boundary elements: which element contains this boundary element. Only set if reader called with correct params

Definition at line 55 of file SemMeshReader.hpp.

Vector of Node indices owned by the element.

Definition at line 52 of file SemMeshReader.hpp.

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

Definition at line 53 of file SemMeshReader.hpp.


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