35 #ifndef __vtkGenericCellIterator_h
36 #define __vtkGenericCellIterator_h
38 #include "vtkCommonDataModelModule.h"
41 class vtkGenericAdaptorCell;
53 virtual void Begin() = 0;
56 virtual int IsAtEnd() = 0;
60 virtual vtkGenericAdaptorCell *NewCell() = 0;
65 virtual void GetCell(vtkGenericAdaptorCell *c) = 0;
69 virtual vtkGenericAdaptorCell *GetCell() = 0;
73 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