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