18 #ifndef itkCellInterfaceVisitor_h
19 #define itkCellInterfaceVisitor_h
70 virtual int GetCellTopologyId() = 0;
105 typename TCellTraits,
106 typename CellTopology,
133 TCellTraits > *c)
override
135 this->UserVisitor::Visit(cellId, (CellTopology *)c);
Light weight base class for most itk classes.
A template class used to implement a visitor object.
An abstract interface for cells.
Abstract interface for a visitor class that can visit the cells in a Mesh.
typename TCellTraits::CellIdentifier CellIdentifier
CellInterfaceVisitorImplementation()=default
~CellInterfaceVisitorImplementation() override=default
void VisitFromCell(CellIdentifier cellId, CellInterface< TPixelType, TCellTraits > *c) override
int GetCellTopologyId() override