ITK
4.3.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.
|
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.
|
inline |
visits all polygon cells and compute the cell centers
Definition at line 147 of file itkSimplexMeshVolumeCalculator.h.
|
inline |
visits all polygon cells and compute the cell centers
Definition at line 119 of file itkSimplexMeshVolumeCalculator.h.
References itk::PolygonCell< TCellInterface >::GetNumberOfPoints(), 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.
|
protected |
visits all polygon cells and compute the cell centers
Definition at line 153 of file itkSimplexMeshVolumeCalculator.h.