18 #ifndef itkCellInterfaceVisitor_h
19 #define itkCellInterfaceVisitor_h
28 template <
typename TPixelType,
typename TCellTraits>
44 template <
typename TPixelType,
typename TCellTraits>
66 GetCellTopologyId() = 0;
99 template <
typename TPixelType,
typename TCellTraits,
typename CellTopology,
typename UserVisitor>
123 return CellTopology::GetTopologyId();
131 this->UserVisitor::Visit(cellId, (CellTopology *)c);