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

itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::SimplexCellVisitor Class Reference

#include <itkSimplexMeshToTriangleMeshFilter.h>

Collaboration diagram for itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::SimplexCellVisitor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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


Detailed Description

template<class TInputMesh, class TOutputMesh>
class itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::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 97 of file itkSimplexMeshToTriangleMeshFilter.h.


Constructor & Destructor Documentation

template<class TInputMesh , class TOutputMesh >
itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::SimplexCellVisitor::SimplexCellVisitor (  )  [inline]

default constructor

Definition at line 105 of file itkSimplexMeshToTriangleMeshFilter.h.


Member Function Documentation

template<class TInputMesh , class TOutputMesh >
PointMapPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::SimplexCellVisitor::GetCenterMap (  )  [inline]

visits all polygon cells and compute the cell centers

Definition at line 138 of file itkSimplexMeshToTriangleMeshFilter.h.

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

visits all polygon cells and compute the cell centers

Definition at line 143 of file itkSimplexMeshToTriangleMeshFilter.h.

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


Member Data Documentation

template<class TInputMesh , class TOutputMesh >
PointMapPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::SimplexCellVisitor::m_CenterMap [protected]

visits all polygon cells and compute the cell centers

Definition at line 150 of file itkSimplexMeshToTriangleMeshFilter.h.

template<class TInputMesh , class TOutputMesh >
InputMeshPointer itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexMeshToTriangleMeshFilter::SimplexCellVisitor::m_Mesh [protected]

visits all polygon cells and compute the cell centers

Definition at line 149 of file itkSimplexMeshToTriangleMeshFilter.h.


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

Generated at Tue Sep 15 12:59:51 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000