24 #ifndef vtkUnstructuredGridCellIterator_h 25 #define vtkUnstructuredGridCellIterator_h 27 #include "vtkCommonDataModelModule.h" 42 void PrintSelf(ostream& os,
vtkIndent indent) override;
44 bool IsDoneWithTraversal() override;
49 ~vtkUnstructuredGridCellIterator() 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;
59 void SetUnstructuredGrid(vtkUnstructuredGrid *ug);
61 unsigned char *CellTypeBegin;
62 unsigned char *CellTypePtr;
63 unsigned char *CellTypeEnd;
75 void CatchUpSkippedCells();
80 vtkUnstructuredGridCellIterator(const vtkUnstructuredGridCellIterator &) = delete;
81 void operator=(const vtkUnstructuredGridCellIterator &) = delete;
84 #endif //vtkUnstructuredGridCellIterator_h
Hold a reference to a vtkObjectBase instance.
Implementation of vtkCellIterator specialized for vtkUnstructuredGrid.
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
dynamic, self-adjusting array of unsigned char
object to represent cell connectivity
Efficient cell iterator for vtkDataSet topologies.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points