#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.
| PointMapPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::GetCenterMap | ( | ) | [inline] |
Definition at line 135 of file itkSimplexMeshToTriangleMeshFilter.h.
| void itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::SetMesh | ( | InputMeshPointer | mesh | ) | [inline] |
Definition at line 140 of file itkSimplexMeshToTriangleMeshFilter.h.
| 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::PolygonCell< TCellInterface >::PointIdsBegin(), and itk::PolygonCell< TCellInterface >::PointIdsEnd().
PointMapPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::m_CenterMap [protected] |
Definition at line 147 of file itkSimplexMeshToTriangleMeshFilter.h.
InputMeshPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::m_Mesh [protected] |
Definition at line 146 of file itkSimplexMeshToTriangleMeshFilter.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000