35 #ifndef __vtkGenericCellIterator_h
36 #define __vtkGenericCellIterator_h
52 virtual void Begin() = 0;
55 virtual int IsAtEnd() = 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