Go to the documentation of this file.
36 #ifndef vtkGenericCellIterator_h
37 #define vtkGenericCellIterator_h
39 #include "vtkCommonDataModelModule.h"
abstract base class for most VTK objects
iterator used to traverse cells
virtual vtkGenericAdaptorCell * GetCell()=0
Get the cell at the current traversal position.
~vtkGenericCellIterator() override
virtual void Next()=0
Move the iterator to the next position in the list.
a simple class to control print indentation
virtual vtkGenericAdaptorCell * NewCell()=0
Create an empty cell.
virtual void Begin()=0
Move iterator to first position if any (loop initialization).
virtual int IsAtEnd()=0
Is the iterator at the end of traversal?
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void GetCell(vtkGenericAdaptorCell *c)=0
Get the cell at current position.