Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor Class Reference

#include <itkSimplexMeshVolumeCalculator.h>

List of all members.

[NOHEADER]

void Visit (unsigned long cellId, SimplexPolygonType *poly)
PointMapPointer GetCenterMap ()
void SetMesh (InputMeshPointer mesh)
InputMeshPointer m_Mesh
PointMapPointer m_CenterMap

Public Member Functions

 SimplexCellVisitor ()


Detailed Description

template<class TInputMesh>
class itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor

This class provides methods for visiting each simplex cell of a simplex mesh It computes the center of each visited cell.

Definition at line 105 of file itkSimplexMeshVolumeCalculator.h.


Constructor & Destructor Documentation

template<class TInputMesh>
itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::SimplexCellVisitor  )  [inline]
 

default constructor

Definition at line 112 of file itkSimplexMeshVolumeCalculator.h.


Member Function Documentation

template<class TInputMesh>
PointMapPointer itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::GetCenterMap  )  [inline]
 

visits all polygon cells and compute the cell centers

Definition at line 142 of file itkSimplexMeshVolumeCalculator.h.

template<class TInputMesh>
void itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::SetMesh InputMeshPointer  mesh  )  [inline]
 

visits all polygon cells and compute the cell centers

Definition at line 147 of file itkSimplexMeshVolumeCalculator.h.

template<class TInputMesh>
void itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::Visit unsigned long  cellId,
SimplexPolygonType poly
[inline]
 

visits all polygon cells and compute the cell centers

Definition at line 120 of file itkSimplexMeshVolumeCalculator.h.

References itk::PolygonCell< TCellInterface >::GetNumberOfPoints(), itk::SimplexMeshVolumeCalculator< TInputMesh >::InputPointType, itk::PolygonCell< TCellInterface >::PointIdsBegin(), and itk::PolygonCell< TCellInterface >::PointIdsEnd().


Member Data Documentation

template<class TInputMesh>
PointMapPointer itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::m_CenterMap [protected]
 

visits all polygon cells and compute the cell centers

Definition at line 154 of file itkSimplexMeshVolumeCalculator.h.

template<class TInputMesh>
InputMeshPointer itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::m_Mesh [protected]
 

visits all polygon cells and compute the cell centers

Definition at line 153 of file itkSimplexMeshVolumeCalculator.h.


The documentation for this class was generated from the following file:
Generated at Thu May 25 02:21:55 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000