#include "itkQuadEdgeMeshTopologyChecker.h"#include "itkQuadEdgeMeshPolygonCell.h"#include <array>
Include dependency graph for itkQuadEdgeMeshEulerOperatorsTestHelper.h:Go to the source code of this file.
Typedefs | |
| using | IdentifierType = unsigned long |
Functions | |
| template<typename TMesh> | |
| bool | AssertTopologicalInvariants (TMesh *mesh, IdentifierType NumVertices, IdentifierType NumFaces, IdentifierType NumEdges, IdentifierType NumBorders, IdentifierType Genus) |
| template<typename TMesh> | |
| void | CreateSamosa (typename TMesh::Pointer mesh) |
| template<typename TMesh> | |
| void | CreateSquareQuadMesh (typename TMesh::Pointer mesh) |
| template<typename TMesh> | |
| void | CreateSquareTriangularMesh (typename TMesh::Pointer mesh) |
| template<typename TMesh> | |
| void | CreateTetraedronMesh (typename TMesh::Pointer mesh) |
| template<typename TMesh> | |
| std::vector< typename TMesh::PointType > | GeneratePointCoordinates (const unsigned int iN) |
| using IdentifierType = unsigned long |
Definition at line 25 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
| bool AssertTopologicalInvariants | ( | TMesh * | mesh, |
| IdentifierType | NumVertices, | ||
| IdentifierType | NumFaces, | ||
| IdentifierType | NumEdges, | ||
| IdentifierType | NumBorders, | ||
| IdentifierType | Genus ) |
Definition at line 29 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
| void CreateSamosa | ( | typename TMesh::Pointer | mesh | ) |
Definition at line 220 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
| void CreateSquareQuadMesh | ( | typename TMesh::Pointer | mesh | ) |
Definition at line 72 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
References GeneratePointCoordinates().
| void CreateSquareTriangularMesh | ( | typename TMesh::Pointer | mesh | ) |
Definition at line 118 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
References GeneratePointCoordinates().
| void CreateTetraedronMesh | ( | typename TMesh::Pointer | mesh | ) |
Definition at line 163 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
| std::vector< typename TMesh::PointType > GeneratePointCoordinates | ( | const unsigned int | iN | ) |
Definition at line 50 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.
Referenced by CreateSquareQuadMesh(), and CreateSquareTriangularMesh().