35 #ifndef __vtkGenericCellIterator_h
36 #define __vtkGenericCellIterator_h
53 virtual void Begin() = 0;
56 virtual int IsAtEnd() = 0;
73 virtual void Next() = 0;
abstract base class for most VTK objects
#define vtkTypeMacro(thisClass, superclass)
iterator used to traverse cells
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define VTKCOMMONDATAMODEL_EXPORT