ITK
6.0.0
Insight 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 | |
PointMapPointer | GetCenterMap () |
void | SetMesh (const InputMeshType *mesh) |
SimplexCellVisitor () | |
virtual | ~SimplexCellVisitor ()=default |
void | Visit (CellIdentifier cellId, SimplexPolygonType *poly) |
Protected Attributes | |
PointMapPointer | m_CenterMap |
InputMeshConstPointer | m_Mesh |
|
inline |
default constructor
Definition at line 100 of file itkSimplexMeshToTriangleMeshFilter.h.
References New().
|
virtualdefault |
default destructor
|
inline |
Definition at line 135 of file itkSimplexMeshToTriangleMeshFilter.h.
|
inline |
Definition at line 141 of file itkSimplexMeshToTriangleMeshFilter.h.
|
inline |
visits all polygon cells and compute the cell centers
Definition at line 111 of file itkSimplexMeshToTriangleMeshFilter.h.
References itk::PolygonCell< TCellInterface >::GetNumberOfPoints(), itk::PolygonCell< TCellInterface >::PointIdsBegin(), and itk::PolygonCell< TCellInterface >::PointIdsEnd().
|
protected |
Definition at line 148 of file itkSimplexMeshToTriangleMeshFilter.h.
|
protected |
Definition at line 147 of file itkSimplexMeshToTriangleMeshFilter.h.