24 #ifndef vtkPointSetCellIterator_h
25 #define vtkPointSetCellIterator_h
27 #include "vtkCommonDataModelModule.h"
39 void PrintSelf(ostream& os,
vtkIndent indent) VTK_OVERRIDE;
41 bool IsDoneWithTraversal() VTK_OVERRIDE;
48 void ResetToFirstCell() VTK_OVERRIDE;
49 void IncrementToNextCell() VTK_OVERRIDE;
50 void FetchCellType() VTK_OVERRIDE;
51 void FetchPointIds() VTK_OVERRIDE;
52 void FetchPoints() VTK_OVERRIDE;
66 #endif //vtkPointSetCellIterator_h