24 #ifndef vtkUnstructuredGridCellIterator_h
25 #define vtkUnstructuredGridCellIterator_h
27 #include "vtkCommonDataModelModule.h"
42 void PrintSelf(ostream& os,
vtkIndent indent) VTK_OVERRIDE;
44 bool IsDoneWithTraversal() VTK_OVERRIDE;
51 void ResetToFirstCell() VTK_OVERRIDE;
52 void IncrementToNextCell() VTK_OVERRIDE;
53 void FetchCellType() VTK_OVERRIDE;
54 void FetchPointIds() VTK_OVERRIDE;
55 void FetchPoints() VTK_OVERRIDE;
56 void FetchFaces() VTK_OVERRIDE;
61 unsigned char *CellTypeBegin;
62 unsigned char *CellTypePtr;
63 unsigned char *CellTypeEnd;
75 void CatchUpSkippedCells();
84 #endif //vtkUnstructuredGridCellIterator_h