![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
Go to the source code of this file.
Typedefs | |
| typedef unsigned long | IdentifierType |
Functions | |
| template<class TMesh > | |
| bool | AssertTopologicalInvariants (TMesh *mesh, IdentifierType NumVertices, IdentifierType NumFaces, IdentifierType NumEdges, IdentifierType NumBorders, IdentifierType Genus) |
| template<class TMesh > | |
| void | CreateSamosa (typename TMesh::Pointer mesh) |
| template<class TMesh > | |
| void | CreateSquareQuadMesh (typename TMesh::Pointer mesh) |
| template<class TMesh > | |
| void | CreateSquareTriangularMesh (typename TMesh::Pointer mesh) |
| template<class TMesh > | |
| void | CreateTetraedronMesh (typename TMesh::Pointer mesh) |
| template<class TMesh > | |
| std::vector< typename TMesh::PointType > | GeneratePointCoordinates (const unsigned int &iN) |
| typedef unsigned long IdentifierType |
Definition at line 24 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
| bool AssertTopologicalInvariants | ( | TMesh * | mesh, |
| IdentifierType | NumVertices, | ||
| IdentifierType | NumFaces, | ||
| IdentifierType | NumEdges, | ||
| IdentifierType | NumBorders, | ||
| IdentifierType | Genus | ||
| ) |
Definition at line 27 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
| void CreateSamosa | ( | typename TMesh::Pointer | mesh | ) |
Definition at line 255 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
| void CreateSquareQuadMesh | ( | typename TMesh::Pointer | mesh | ) |
Definition at line 69 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
| void CreateSquareTriangularMesh | ( | typename TMesh::Pointer | mesh | ) |
Definition at line 129 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
| void CreateTetraedronMesh | ( | typename TMesh::Pointer | mesh | ) |
Definition at line 203 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
| std::vector< typename TMesh::PointType > GeneratePointCoordinates | ( | const unsigned int & | iN | ) |
Definition at line 48 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
1.8.1