#include <itkSimplexMeshVolumeCalculator.h>

Public Member Functions | |
| SimplexCellVisitor () | |
|
| |
| InputMeshPointer | m_Mesh |
| PointMapPointer | m_CenterMap |
| void | Visit (unsigned long cellId, SimplexPolygonType *poly) |
| PointMapPointer | GetCenterMap () |
| void | SetMesh (InputMeshPointer mesh) |
This class provides methods for visiting each simplex cell of a simplex mesh It computes the center of each visited cell.
Definition at line 106 of file itkSimplexMeshVolumeCalculator.h.
| itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::SimplexCellVisitor | ( | ) | [inline] |
default constructor
Definition at line 113 of file itkSimplexMeshVolumeCalculator.h.
References HardConnectedComponentImageFilter::New().
| PointMapPointer itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::GetCenterMap | ( | ) | [inline] |
visits all polygon cells and compute the cell centers
Definition at line 144 of file itkSimplexMeshVolumeCalculator.h.
| void itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::SetMesh | ( | InputMeshPointer | mesh | ) | [inline] |
visits all polygon cells and compute the cell centers
Definition at line 149 of file itkSimplexMeshVolumeCalculator.h.
| void itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::Visit | ( | unsigned long | cellId, | |
| SimplexPolygonType * | poly | |||
| ) | [inline] |
visits all polygon cells and compute the cell centers
Definition at line 121 of file itkSimplexMeshVolumeCalculator.h.
References itk::PolygonCell< TCellInterface >::GetNumberOfPoints(), itk::PolygonCell< TCellInterface >::PointIdsBegin(), and itk::PolygonCell< TCellInterface >::PointIdsEnd().
PointMapPointer itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::m_CenterMap [protected] |
visits all polygon cells and compute the cell centers
Definition at line 156 of file itkSimplexMeshVolumeCalculator.h.
InputMeshPointer itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::m_Mesh [protected] |
visits all polygon cells and compute the cell centers
Definition at line 155 of file itkSimplexMeshVolumeCalculator.h.
1.7.1 written by Dimitri van Heesch,
© 1997-2000