#include <WEMTrianglePatch.h>

Public Member Functions | |
| WEMTrianglePatch (unsigned int bs=8192) | |
| Standard constructor. | |
| WEMTrianglePatch (WEM *wem, unsigned int bs=8192) | |
| Constructor which takes a pointer to the WEM this WEMPatch is in. | |
| WEMTrianglePatch (const WEMTrianglePatch &wemPatch) | |
| Copy constructor. | |
| virtual | ~WEMTrianglePatch () |
| Standard destructor. | |
| virtual void | dispose () |
| Dispose of internal data structures. | |
| virtual PatchTypes | getPatchType () const |
| Get mesh type. | |
| virtual unsigned int | getNumFaces () const |
| Returns the number of faces in the WEM. | |
| WEMIndexVector< WEMTriangle > * | getFaces () |
| Get pointer to faces. | |
| const WEMIndexVector < WEMTriangle > * | getFaces () const |
| Get pointer to faces. | |
| virtual WEMFace * | getFaceAt (unsigned int index) |
| Get face at given index. | |
| virtual const WEMFace * | getFaceAt (unsigned int index) const |
| Get face at given index. | |
| WEMTriangle * | getTriangleAt (unsigned int index) |
| Get WEMTriangle at given index. | |
| const WEMTriangle * | getTriangleAt (unsigned int index) const |
| Get WEMTriangle at given index. | |
| virtual WEMFace * | addFace () |
| Instantiates a new WEMTriangle and adds it to the internal faces vector. Returns a pointer to this newly added face. | |
| WEMTriangle * | addTriangle () |
| Instantiates a new WEMTriangle and adds it to the internal faces vector. Returns a pointer to this newly added face. | |
| void | delTriangle (WEMTriangle *triangle) |
| Deletes a triangle and erases it from the internal faces vector. | |
| void | deleteNodesWithValenceThree () |
| Deletes all nodes with a valence of three. | |
| bool | deleteNodeWithValenceThree (WEMNode *node) |
| Deletes a single node with a valence of three. | |
| void | deleteTetrahedron (WEMNode *node) |
| Delete tetrahedron. | |
| void | closeBoundaries (TriangulationModes triangulationMode) |
| Closes boundaries within patch. | |
| void | convertIndexedFace (WEMIndexedFace *indexedFace, TriangulationModes triangulationMode) |
| Add indexed face to current patch. | |
Definition at line 24 of file WEMTrianglePatch.h.
| ml::WEMTrianglePatch::WEMTrianglePatch | ( | unsigned int | bs = 8192 |
) |
Standard constructor.
| ml::WEMTrianglePatch::WEMTrianglePatch | ( | WEM * | wem, | |
| unsigned int | bs = 8192 | |||
| ) |
| ml::WEMTrianglePatch::WEMTrianglePatch | ( | const WEMTrianglePatch & | wemPatch | ) |
Copy constructor.
| virtual ml::WEMTrianglePatch::~WEMTrianglePatch | ( | ) | [virtual] |
Standard destructor.
| virtual WEMFace* ml::WEMTrianglePatch::addFace | ( | ) | [virtual] |
Instantiates a new WEMTriangle and adds it to the internal faces vector. Returns a pointer to this newly added face.
Implements ml::WEMPatch.
| WEMTriangle* ml::WEMTrianglePatch::addTriangle | ( | ) |
Instantiates a new WEMTriangle and adds it to the internal faces vector. Returns a pointer to this newly added face.
| void ml::WEMTrianglePatch::closeBoundaries | ( | TriangulationModes | triangulationMode | ) |
Closes boundaries within patch.
| void ml::WEMTrianglePatch::convertIndexedFace | ( | WEMIndexedFace * | indexedFace, | |
| TriangulationModes | triangulationMode | |||
| ) |
Add indexed face to current patch.
| void ml::WEMTrianglePatch::deleteNodesWithValenceThree | ( | ) |
Deletes all nodes with a valence of three.
| bool ml::WEMTrianglePatch::deleteNodeWithValenceThree | ( | WEMNode * | node | ) |
Deletes a single node with a valence of three.
| void ml::WEMTrianglePatch::deleteTetrahedron | ( | WEMNode * | node | ) |
Delete tetrahedron.
| void ml::WEMTrianglePatch::delTriangle | ( | WEMTriangle * | triangle | ) |
Deletes a triangle and erases it from the internal faces vector.
| virtual void ml::WEMTrianglePatch::dispose | ( | ) | [virtual] |
| virtual const WEMFace* ml::WEMTrianglePatch::getFaceAt | ( | unsigned int | index | ) | const [inline, virtual] |
Get face at given index.
Implements ml::WEMPatch.
Definition at line 56 of file WEMTrianglePatch.h.
References getFaceAt().
Referenced by getFaceAt().
| virtual WEMFace* ml::WEMTrianglePatch::getFaceAt | ( | unsigned int | index | ) | [inline, virtual] |
| const WEMIndexVector<WEMTriangle>* ml::WEMTrianglePatch::getFaces | ( | ) | const [inline] |
Get pointer to faces.
Definition at line 49 of file WEMTrianglePatch.h.
References getFaces().
Referenced by getFaces().
| WEMIndexVector<WEMTriangle>* ml::WEMTrianglePatch::getFaces | ( | ) | [inline] |
| virtual unsigned int ml::WEMTrianglePatch::getNumFaces | ( | ) | const [inline, virtual] |
Returns the number of faces in the WEM.
Reimplemented from ml::WEMPatch.
Definition at line 45 of file WEMTrianglePatch.h.
| virtual PatchTypes ml::WEMTrianglePatch::getPatchType | ( | ) | const [inline, virtual] |
Get mesh type.
Implements ml::WEMPatch.
Definition at line 40 of file WEMTrianglePatch.h.
References ml::WEM_PATCH_TRIANGLES.
| const WEMTriangle* ml::WEMTrianglePatch::getTriangleAt | ( | unsigned int | index | ) | const [inline] |
Get WEMTriangle at given index.
Definition at line 60 of file WEMTrianglePatch.h.
References getTriangleAt().
Referenced by getTriangleAt().
| WEMTriangle* ml::WEMTrianglePatch::getTriangleAt | ( | unsigned int | index | ) | [inline] |
1.5.8