Go to the documentation of this file.
23 #ifndef vtkUnstructuredGridCellIterator_h
24 #define vtkUnstructuredGridCellIterator_h
41 virtual
void PrintSelf(ostream &os,
vtkIndent indent);
43 bool IsDoneWithTraversal();
50 void ResetToFirstCell();
51 void IncrementToNextCell();
60 unsigned char *CellTypeBegin;
61 unsigned char *CellTypePtr;
62 unsigned char *CellTypeEnd;
74 void CatchUpSkippedCells();
83 #endif //vtkUnstructuredGridCellIterator_h
represent and manipulate 3D points
dynamic, self-adjusting array of unsigned char
#define vtkTypeMacro(thisClass, superclass)
Hold a reference to a vtkObjectBase instance.
static vtkUnstructuredGridCellIterator * New()
Implementation of vtkCellIterator specialized for vtkUnstructuredGrid.
a simple class to control print indentation
object to represent cell connectivity
#define VTKCOMMONDATAMODEL_EXPORT
dataset represents arbitrary combinations of all possible cell types
Efficient cell iterator for vtkDataSet topologies.