#include <itkSimplexMeshToTriangleMeshFilter.h>

Public Member Functions | |
| SimplexCellVisitor () | |
| PointMapPointer | m_CenterMap |
| InputMeshPointer | m_Mesh |
| PointMapPointer | GetCenterMap () |
| void | SetMesh (InputMeshPointer mesh) |
| void | Visit (unsigned long cellId, SimplexPolygonType *poly) |
Definition at line 97 of file itkSimplexMeshToTriangleMeshFilter.h.
| itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::SimplexCellVisitor::SimplexCellVisitor | ( | ) | [inline] |
default constructor
Definition at line 105 of file itkSimplexMeshToTriangleMeshFilter.h.
| PointMapPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::SimplexCellVisitor::GetCenterMap | ( | ) | [inline] |
visits all polygon cells and compute the cell centers
Definition at line 138 of file itkSimplexMeshToTriangleMeshFilter.h.
| void itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::SimplexCellVisitor::SetMesh | ( | InputMeshPointer | mesh | ) | [inline] |
visits all polygon cells and compute the cell centers
Definition at line 143 of file itkSimplexMeshToTriangleMeshFilter.h.
| void itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::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::PolygonCell< TCellInterface >::PointIdsBegin(), and itk::PolygonCell< TCellInterface >::PointIdsEnd().
PointMapPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::SimplexCellVisitor::m_CenterMap [protected] |
visits all polygon cells and compute the cell centers
Definition at line 150 of file itkSimplexMeshToTriangleMeshFilter.h.
InputMeshPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::SimplexCellVisitor::m_Mesh [protected] |
visits all polygon cells and compute the cell centers
Definition at line 149 of file itkSimplexMeshToTriangleMeshFilter.h.
1.5.8 written by Dimitri van Heesch,
© 1997-2000