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

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

#include <itkSimplexMeshToTriangleMeshFilter.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 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 98 of file itkSimplexMeshToTriangleMeshFilter.h.


Constructor & Destructor Documentation

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

default constructor

Definition at line 106 of file itkSimplexMeshToTriangleMeshFilter.h.

References HardConnectedComponentImageFilter::New().


Member Function Documentation

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

visits all polygon cells and compute the cell centers

Definition at line 139 of file itkSimplexMeshToTriangleMeshFilter.h.

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

visits all polygon cells and compute the cell centers

Definition at line 144 of file itkSimplexMeshToTriangleMeshFilter.h.

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

visits all polygon cells and compute the cell centers

Definition at line 114 of file itkSimplexMeshToTriangleMeshFilter.h.

References itk::PolygonCell< TCellInterface >::GetNumberOfPoints(), itk::PolygonCell< TCellInterface >::PointIdsBegin(), itk::PolygonCell< TCellInterface >::PointIdsEnd(), and itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexPolygonType.


Member Data Documentation

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

visits all polygon cells and compute the cell centers

Definition at line 151 of file itkSimplexMeshToTriangleMeshFilter.h.

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

visits all polygon cells and compute the cell centers

Definition at line 150 of file itkSimplexMeshToTriangleMeshFilter.h.


The documentation for this class was generated from the following file:
Generated at Wed Mar 30 00:47:03 2005 for ITK by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2000