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>

Collaboration diagram for itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor:

Collaboration graph
[legend]

List of all members.


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 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 ()

Constructor & Destructor Documentation

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

default constructor

Definition at line 113 of file itkSimplexMeshVolumeCalculator.h.


Member Function Documentation

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

Definition at line 143 of file itkSimplexMeshVolumeCalculator.h.

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

Definition at line 148 of file itkSimplexMeshVolumeCalculator.h.

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


Member Data Documentation

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

Definition at line 155 of file itkSimplexMeshVolumeCalculator.h.

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

Definition at line 154 of file itkSimplexMeshVolumeCalculator.h.


The documentation for this class was generated from the following file:

Generated at Thu May 28 17:36:01 2009 for ITK by doxygen 1.5.5 written by Dimitri van Heesch, © 1997-2000