#include <itkCellInterfaceVisitor.h>
Inheritance diagram for itk::CellInterfaceVisitor< TPixelType, TCellTraits >:
Public Types | |
typedef CellInterfaceVisitor | Self |
typedef LightObject | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | VisitFromCell (unsigned long cellId, CellInterface< TPixelType, TCellTraits > *)=0 |
virtual int | GetCellTopologyId ()=0 |
Protected Member Functions | |
CellInterfaceVisitor () | |
~CellInterfaceVisitor () |
Definition at line 45 of file itkCellInterfaceVisitor.h.
|
Reimplemented from itk::LightObject. Definition at line 52 of file itkCellInterfaceVisitor.h. |
|
Reimplemented from itk::LightObject. Reimplemented in itk::CellInterfaceVisitorImplementation< TPixelType, TCellTraits, CellTopology, UserVisitor >. Definition at line 51 of file itkCellInterfaceVisitor.h. |
|
Standard class typedefs. Reimplemented from itk::LightObject. Reimplemented in itk::CellInterfaceVisitorImplementation< TPixelType, TCellTraits, CellTopology, UserVisitor >. Definition at line 49 of file itkCellInterfaceVisitor.h. |
|
Definition at line 50 of file itkCellInterfaceVisitor.h. |
|
Definition at line 64 of file itkCellInterfaceVisitor.h. |
|
Definition at line 65 of file itkCellInterfaceVisitor.h. |
|
Return the index of the CellTopology. Implemented in itk::CellInterfaceVisitorImplementation< TPixelType, TCellTraits, CellTopology, UserVisitor >. |
|
Run-time type information (and related methods). Reimplemented from itk::LightObject. Reimplemented in itk::CellInterfaceVisitorImplementation< TPixelType, TCellTraits, CellTopology, UserVisitor >. |
|
This method is called by each cell as it visits this visitor. Implemented in itk::CellInterfaceVisitorImplementation< TPixelType, TCellTraits, CellTopology, UserVisitor >. |