#include <itkSimplexMeshVolumeCalculator.h>
Collaboration diagram for itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor:
Definition at line 106 of file itkSimplexMeshVolumeCalculator.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::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::SimplexCellVisitor | ( | ) | [inline] |
default constructor
Definition at line 113 of file itkSimplexMeshVolumeCalculator.h.
PointMapPointer itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::GetCenterMap | ( | ) | [inline] |
Definition at line 143 of file itkSimplexMeshVolumeCalculator.h.
void itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::SetMesh | ( | InputMeshPointer | mesh | ) | [inline] |
Definition at line 148 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] |
Definition at line 155 of file itkSimplexMeshVolumeCalculator.h.
InputMeshPointer itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::m_Mesh [protected] |
Definition at line 154 of file itkSimplexMeshVolumeCalculator.h.