23 #ifndef vtkUnstructuredGridCellIterator_h
24 #define vtkUnstructuredGridCellIterator_h
41 virtual
void PrintSelf(ostream &os,
vtkIndent indent);
43 bool IsDoneWithTraversal();
48 ~vtkUnstructuredGridCellIterator();
50 void ResetToFirstCell();
51 void IncrementToNextCell();
58 void SetUnstructuredGrid(vtkUnstructuredGrid *ug);
60 unsigned char *CellTypeBegin;
61 unsigned char *CellTypePtr;
62 unsigned char *CellTypeEnd;
74 void CatchUpSkippedCells();
79 vtkUnstructuredGridCellIterator(const vtkUnstructuredGridCellIterator &);
80 void operator=(const vtkUnstructuredGridCellIterator &);
83 #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.
#define VTKCOMMONDATAMODEL_EXPORT
represent and manipulate 3D points