Go to the documentation of this file.
24 #ifndef vtkUnstructuredGridCellIterator_h
25 #define vtkUnstructuredGridCellIterator_h
27 #include "vtkCommonDataModelModule.h"
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
represent and manipulate 3D points
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
dynamic, self-adjusting array of unsigned char
Hold a reference to a vtkObjectBase instance.
Implementation of vtkCellIterator specialized for vtkUnstructuredGrid.
a simple class to control print indentation
object to represent cell connectivity
virtual bool IsDoneWithTraversal()=0
Returns false while the iterator is valid.
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
Efficient cell iterator for vtkDataSet topologies.