24 #ifndef vtkDataSetCellIterator_h
25 #define vtkDataSetCellIterator_h
27 #include "vtkCommonDataModelModule.h"
38 void PrintSelf(ostream& os,
vtkIndent indent) VTK_OVERRIDE;
40 bool IsDoneWithTraversal() VTK_OVERRIDE;
47 void ResetToFirstCell() VTK_OVERRIDE;
48 void IncrementToNextCell() VTK_OVERRIDE;
49 void FetchCellType() VTK_OVERRIDE;
50 void FetchPointIds() VTK_OVERRIDE;
51 void FetchPoints() VTK_OVERRIDE;
64 #endif //vtkDataSetCellIterator_h