35 #ifndef __vtkGenericCellIterator_h
36 #define __vtkGenericCellIterator_h
40 class vtkGenericAdaptorCell;
52 virtual void Begin() = 0;
55 virtual int IsAtEnd() = 0;
59 virtual vtkGenericAdaptorCell *NewCell() = 0;
64 virtual void GetCell(vtkGenericAdaptorCell *c) = 0;
68 virtual vtkGenericAdaptorCell *GetCell() = 0;
72 virtual void Next() = 0;
abstract base class for most VTK objects
iterator used to traverse cells
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation