ITK
6.0.0
Insight 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 107 of file itkSimplexMeshVolumeCalculator.h.
Public Member Functions | |
PointMapPointer | GetCenterMap () |
void | SetMesh (InputMeshPointer mesh) |
SimplexCellVisitor () | |
virtual | ~SimplexCellVisitor ()=default |
void | Visit (IdentifierType cellId, SimplexPolygonType *poly) |
Protected Attributes | |
PointMapPointer | m_CenterMap |
InputMeshPointer | m_Mesh |
|
inline |
default constructor
Definition at line 114 of file itkSimplexMeshVolumeCalculator.h.
References New().
|
virtualdefault |
default constructor
|
inline |
Definition at line 146 of file itkSimplexMeshVolumeCalculator.h.
|
inline |
Definition at line 152 of file itkSimplexMeshVolumeCalculator.h.
|
inline |
visits all polygon cells and compute the cell centers
Definition at line 122 of file itkSimplexMeshVolumeCalculator.h.
References itk::PolygonCell< TCellInterface >::GetNumberOfPoints(), itk::PolygonCell< TCellInterface >::PointIdsBegin(), and itk::PolygonCell< TCellInterface >::PointIdsEnd().
|
protected |
Definition at line 159 of file itkSimplexMeshVolumeCalculator.h.
|
protected |
Definition at line 158 of file itkSimplexMeshVolumeCalculator.h.