ITK  4.8.0
Insight Segmentation and Registration Toolkit
Typedefs | Functions
itkQuadEdgeMeshEulerOperatorsTestHelper.h File Reference
#include "itkQuadEdgeMeshTopologyChecker.h"
#include "itkQuadEdgeMeshPolygonCell.h"
+ Include dependency graph for itkQuadEdgeMeshEulerOperatorsTestHelper.h:

Go to the source code of this file.

Typedefs

typedef unsigned long IdentifierType
 

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)
 

Typedef Documentation

typedef unsigned long IdentifierType

Definition at line 24 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.

Function Documentation

template<typename TMesh >
bool AssertTopologicalInvariants ( TMesh *  mesh,
IdentifierType  NumVertices,
IdentifierType  NumFaces,
IdentifierType  NumEdges,
IdentifierType  NumBorders,
IdentifierType  Genus 
)

Definition at line 27 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.

template<typename TMesh >
void CreateSamosa ( typename TMesh::Pointer  mesh)

Definition at line 255 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.

template<typename TMesh >
void CreateSquareQuadMesh ( typename TMesh::Pointer  mesh)

Definition at line 69 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.

template<typename TMesh >
void CreateSquareTriangularMesh ( typename TMesh::Pointer  mesh)

Definition at line 129 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.

template<typename TMesh >
void CreateTetraedronMesh ( typename TMesh::Pointer  mesh)

Definition at line 203 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.

template<typename TMesh >
std::vector< typename TMesh::PointType > GeneratePointCoordinates ( const unsigned int &  iN)

Definition at line 48 of file itkQuadEdgeMeshEulerOperatorsTestHelper.h.