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 
 
iterator used to traverse cells 
 
virtual void PrintSelf(ostream &os, vtkIndent indent)
 
a simple class to control print indentation 
 
#define VTKCOMMONDATAMODEL_EXPORT