24 #ifndef vtkUnstructuredGridCellIterator_h 25 #define vtkUnstructuredGridCellIterator_h 27 #include "vtkCommonDataModelModule.h" 49 ~vtkUnstructuredGridCellIterator() 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;
59 void SetUnstructuredGrid(vtkUnstructuredGrid *ug);
61 unsigned char *CellTypeBegin;
62 unsigned char *CellTypePtr;
63 unsigned char *CellTypeEnd;
75 void CatchUpSkippedCells();
80 vtkUnstructuredGridCellIterator(const vtkUnstructuredGridCellIterator &) VTK_DELETE_FUNCTION;
81 void operator=(const vtkUnstructuredGridCellIterator &) VTK_DELETE_FUNCTION;
84 #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