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

itk::CellInterfaceVisitor< TPixelType, TCellTraits > Class Template Reference
[Mesh Access Objects]

#include <itkCellInterfaceVisitor.h>

Inheritance diagram for itk::CellInterfaceVisitor< TPixelType, TCellTraits >:

Inheritance graph
[legend]
Collaboration diagram for itk::CellInterfaceVisitor< TPixelType, TCellTraits >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef CellInterfaceVisitor Self
typedef LightObject Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual const char * GetClassName () const
virtual void VisitFromCell (unsigned long cellId, CellInterface< TPixelType, TCellTraits > *)=0
virtual int GetCellTopologyId ()=0

Protected Member Functions

 CellInterfaceVisitor ()
 ~CellInterfaceVisitor ()

Detailed Description

template<typename TPixelType, typename TCellTraits>
class itk::CellInterfaceVisitor< TPixelType, TCellTraits >

Define the abstract interface for a visitor class that can visit the cells in a Mesh. This follows the Visitor Design Pattern. To make this class easier to use, the CellInterfaceVisitorImplementation is provided as a templated class to implement the pure virtual functions of CellInterfaceVisitor.

Definition at line 45 of file itkCellInterfaceVisitor.h.


Member Typedef Documentation

template<typename TPixelType, typename TCellTraits>
typedef SmartPointer<const Self> itk::CellInterfaceVisitor< TPixelType, TCellTraits >::ConstPointer
 

Reimplemented from itk::LightObject.

Definition at line 52 of file itkCellInterfaceVisitor.h.

template<typename TPixelType, typename TCellTraits>
typedef SmartPointer<Self> itk::CellInterfaceVisitor< TPixelType, TCellTraits >::Pointer
 

Reimplemented from itk::LightObject.

Reimplemented in itk::CellInterfaceVisitorImplementation< TPixelType, TCellTraits, CellTopology, UserVisitor >.

Definition at line 51 of file itkCellInterfaceVisitor.h.

template<typename TPixelType, typename TCellTraits>
typedef CellInterfaceVisitor itk::CellInterfaceVisitor< TPixelType, TCellTraits >::Self
 

Standard class typedefs.

Reimplemented from itk::LightObject.

Reimplemented in itk::CellInterfaceVisitorImplementation< TPixelType, TCellTraits, CellTopology, UserVisitor >.

Definition at line 49 of file itkCellInterfaceVisitor.h.

template<typename TPixelType, typename TCellTraits>
typedef LightObject itk::CellInterfaceVisitor< TPixelType, TCellTraits >::Superclass
 

Definition at line 50 of file itkCellInterfaceVisitor.h.


Constructor & Destructor Documentation

template<typename TPixelType, typename TCellTraits>
itk::CellInterfaceVisitor< TPixelType, TCellTraits >::CellInterfaceVisitor  )  [inline, protected]
 

Definition at line 64 of file itkCellInterfaceVisitor.h.

template<typename TPixelType, typename TCellTraits>
itk::CellInterfaceVisitor< TPixelType, TCellTraits >::~CellInterfaceVisitor  )  [inline, protected]
 

Definition at line 65 of file itkCellInterfaceVisitor.h.


Member Function Documentation

template<typename TPixelType, typename TCellTraits>
virtual int itk::CellInterfaceVisitor< TPixelType, TCellTraits >::GetCellTopologyId  )  [pure virtual]
 

Return the index of the CellTopology.

Implemented in itk::CellInterfaceVisitorImplementation< TPixelType, TCellTraits, CellTopology, UserVisitor >.

template<typename TPixelType, typename TCellTraits>
virtual const char* itk::CellInterfaceVisitor< TPixelType, TCellTraits >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented in itk::CellInterfaceVisitorImplementation< TPixelType, TCellTraits, CellTopology, UserVisitor >.

template<typename TPixelType, typename TCellTraits>
virtual void itk::CellInterfaceVisitor< TPixelType, TCellTraits >::VisitFromCell unsigned long  cellId,
CellInterface< TPixelType, TCellTraits > * 
[pure virtual]
 

This method is called by each cell as it visits this visitor.

Implemented in itk::CellInterfaceVisitorImplementation< TPixelType, TCellTraits, CellTopology, UserVisitor >.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:59:20 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000