ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkSimplexMeshToTriangleMeshFilter.h>
This class provides methods for visiting each simplex cell of a simplex mesh It computes the center of each visited cell.
Definition at line 94 of file itkSimplexMeshToTriangleMeshFilter.h.
Public Member Functions | |
SimplexCellVisitor () | |
virtual | ~SimplexCellVisitor ()=default |
InputMeshConstPointer | m_Mesh |
PointMapPointer | m_CenterMap |
void | Visit (CellIdentifier cellId, SimplexPolygonType *poly) |
PointMapPointer | GetCenterMap () |
void | SetMesh (const InputMeshType *mesh) |
|
inline |
default constructor
Definition at line 101 of file itkSimplexMeshToTriangleMeshFilter.h.
|
virtualdefault |
default destructor
|
inline |
visits all polygon cells and compute the cell centers
Definition at line 139 of file itkSimplexMeshToTriangleMeshFilter.h.
|
inline |
visits all polygon cells and compute the cell centers
Definition at line 144 of file itkSimplexMeshToTriangleMeshFilter.h.
|
inline |
visits all polygon cells and compute the cell centers
Definition at line 114 of file itkSimplexMeshToTriangleMeshFilter.h.
References itk::PolygonCell< TCellInterface >::GetNumberOfPoints(), itk::PolygonCell< TCellInterface >::PointIdsBegin(), and itk::PolygonCell< TCellInterface >::PointIdsEnd().
|
protected |
visits all polygon cells and compute the cell centers
Definition at line 151 of file itkSimplexMeshToTriangleMeshFilter.h.
|
protected |
visits all polygon cells and compute the cell centers
Definition at line 150 of file itkSimplexMeshToTriangleMeshFilter.h.