ITK
6.0.0
Insight Toolkit
|
#include <itkCellInterface.h>
A visitor that can visit different cell types in a mesh. CellInterfaceVisitor instances can be registered for each type of cell that needs to be visited.
Definition at line 156 of file itkCellInterface.h.
Public Types | |
using | Pointer = SmartPointer< Self > |
using | Self = MultiVisitor |
using | VisitorPointer = typename VisitorType::Pointer |
using | VisitorPointerValueType = typename std::map< CellGeometryEnum, VisitorPointer >::value_type |
using | VisitorType = CellInterfaceVisitor< TPixelType, TCellTraits > |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Public Member Functions | |
void | AddVisitor (VisitorType *v) |
const char * | GetNameOfClass () const override |
VisitorType * | GetVisitor (CellGeometryEnum id) |
~MultiVisitor () override=default | |
Public Member Functions inherited from itk::LightObject | |
Pointer | Clone () const |
virtual Pointer | CreateAnother () const |
virtual void | Delete () |
virtual const char * | GetNameOfClass () const |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Attributes | |
std::map< CellGeometryEnum, VisitorPointer > | m_UserDefined |
VisitorPointer | m_Visitors [static_cast< int >(CellGeometryEnum::LAST_ITK_CELL)] |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
Additional Inherited Members | |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
using itk::CellInterface< TPixelType, TCellTraits >::MultiVisitor::Pointer = SmartPointer<Self> |
Definition at line 165 of file itkCellInterface.h.
using itk::CellInterface< TPixelType, TCellTraits >::MultiVisitor::Self = MultiVisitor |
Standard class type aliases.
Definition at line 164 of file itkCellInterface.h.
using itk::CellInterface< TPixelType, TCellTraits >::MultiVisitor::VisitorPointer = typename VisitorType::Pointer |
Typedefs for the visitor class.
Definition at line 182 of file itkCellInterface.h.
using itk::CellInterface< TPixelType, TCellTraits >::MultiVisitor::VisitorPointerValueType = typename std::map<CellGeometryEnum, VisitorPointer>::value_type |
Definition at line 183 of file itkCellInterface.h.
using itk::CellInterface< TPixelType, TCellTraits >::MultiVisitor::VisitorType = CellInterfaceVisitor<TPixelType, TCellTraits> |
Visitor type, because VisualC++ 6.0 does not like Visitor being a nested type of CellInterfaceVisitor
Definition at line 161 of file itkCellInterface.h.
|
overridedefault |
|
inline |
Definition at line 205 of file itkCellInterface.h.
References itk::CellInterfaceVisitor< TPixelType, TCellTraits >::GetCellTopologyId(), and itk::CommonEnums::LAST_ITK_CELL.
|
overridevirtual |
Run-time type information (and related methods).
Reimplemented from itk::LightObject.
|
inline |
Definition at line 187 of file itkCellInterface.h.
References itk::CommonEnums::LAST_ITK_CELL.
|
inlinestatic |
Method for creation through the object factory.
Definition at line 170 of file itkCellInterface.h.
|
protected |
Definition at line 225 of file itkCellInterface.h.
|
protected |
Definition at line 222 of file itkCellInterface.h.