ITK
4.9.0
Insight Segmentation and Registration Toolkit
|
#include <itkSimplexMeshVolumeCalculator.h>
This class provides methods for visiting each simplex cell of a simplex mesh It computes the center of each visited cell.
Definition at line 102 of file itkSimplexMeshVolumeCalculator.h.
Public Member Functions | |
SimplexCellVisitor () | |
virtual | ~SimplexCellVisitor () |
InputMeshPointer | m_Mesh |
PointMapPointer | m_CenterMap |
void | Visit (IdentifierType cellId, SimplexPolygonType *poly) |
PointMapPointer | GetCenterMap () |
void | SetMesh (InputMeshPointer mesh) |
|
inline |
default constructor
Definition at line 109 of file itkSimplexMeshVolumeCalculator.h.
References itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::m_CenterMap, and itk::MapContainer< TElementIdentifier, TElement >::New().
|
inlinevirtual |
default constructor
Definition at line 113 of file itkSimplexMeshVolumeCalculator.h.
|
inline |
visits all polygon cells and compute the cell centers
Definition at line 142 of file itkSimplexMeshVolumeCalculator.h.
References itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::m_CenterMap.
|
inline |
visits all polygon cells and compute the cell centers
Definition at line 147 of file itkSimplexMeshVolumeCalculator.h.
References itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::m_Mesh.
|
inline |
visits all polygon cells and compute the cell centers
Definition at line 119 of file itkSimplexMeshVolumeCalculator.h.
References itk::PolygonCell< TCellInterface >::GetNumberOfPoints(), itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::m_CenterMap, itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::m_Mesh, itk::PolygonCell< TCellInterface >::PointIdsBegin(), and itk::PolygonCell< TCellInterface >::PointIdsEnd().
|
protected |
visits all polygon cells and compute the cell centers
Definition at line 154 of file itkSimplexMeshVolumeCalculator.h.
Referenced by itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::GetCenterMap(), itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::SimplexCellVisitor(), and itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::Visit().
|
protected |
visits all polygon cells and compute the cell centers
Definition at line 153 of file itkSimplexMeshVolumeCalculator.h.
Referenced by itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::SetMesh(), and itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::Visit().