#include <itkSimplexMeshToTriangleMeshFilter.h>
Definition at line 97 of file itkSimplexMeshToTriangleMeshFilter.h.
PointMapPointer | m_CenterMap |
InputMeshPointer | m_Mesh |
PointMapPointer | GetCenterMap () |
void | SetMesh (InputMeshPointer mesh) |
void | Visit (unsigned long cellId, SimplexPolygonType *poly) |
Public Member Functions | |
SimplexCellVisitor () |
itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::SimplexCellVisitor | ( | ) | [inline] |
default constructor
Definition at line 105 of file itkSimplexMeshToTriangleMeshFilter.h.
References itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::m_CenterMap, and itk::MapContainer< TElementIdentifier, TElement >::New().
PointMapPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::GetCenterMap | ( | ) | [inline] |
visits all polygon cells and compute the cell centers
Definition at line 135 of file itkSimplexMeshToTriangleMeshFilter.h.
References itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::m_CenterMap.
void itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::SetMesh | ( | InputMeshPointer | mesh | ) | [inline] |
visits all polygon cells and compute the cell centers
Definition at line 140 of file itkSimplexMeshToTriangleMeshFilter.h.
References itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::m_Mesh.
void itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::Visit | ( | unsigned long | cellId, | |
SimplexPolygonType * | poly | |||
) | [inline] |
visits all polygon cells and compute the cell centers
Definition at line 113 of file itkSimplexMeshToTriangleMeshFilter.h.
References itk::PolygonCell< TCellInterface >::GetNumberOfPoints(), itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::m_CenterMap, itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::m_Mesh, itk::PolygonCell< TCellInterface >::PointIdsBegin(), and itk::PolygonCell< TCellInterface >::PointIdsEnd().
PointMapPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::m_CenterMap [protected] |
visits all polygon cells and compute the cell centers
Definition at line 147 of file itkSimplexMeshToTriangleMeshFilter.h.
Referenced by itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::GetCenterMap(), itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::SimplexCellVisitor(), and itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::Visit().
InputMeshPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::m_Mesh [protected] |
visits all polygon cells and compute the cell centers
Definition at line 146 of file itkSimplexMeshToTriangleMeshFilter.h.
Referenced by itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::SetMesh(), and itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::Visit().