21 #ifndef vtkUnstructuredGridCellIterator_h 22 #define vtkUnstructuredGridCellIterator_h 24 #include "vtkCommonDataModelModule.h" 46 ~vtkUnstructuredGridCellIterator() 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;
53 void FetchFaces() VTK_OVERRIDE;
56 void SetUnstructuredGrid(vtkUnstructuredGrid *ug);
58 unsigned char *CellTypeBegin;
59 unsigned char *CellTypePtr;
60 unsigned char *CellTypeEnd;
72 void CatchUpSkippedCells();
77 vtkUnstructuredGridCellIterator(const vtkUnstructuredGridCellIterator &) VTK_DELETE_FUNCTION;
78 void operator=(const vtkUnstructuredGridCellIterator &) VTK_DELETE_FUNCTION;
81 #endif //vtkUnstructuredGridCellIterator_h
Hold a reference to a vtkObjectBase instance.
Implementation of vtkCellIterator specialized for vtkUnstructuredGrid.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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...
virtual bool IsDoneWithTraversal()=0
Returns false while the iterator is valid.
represent and manipulate 3D points