21 #ifndef vtkDataSetCellIterator_h
22 #define vtkDataSetCellIterator_h
24 #include "vtkCommonDataModelModule.h"
35 void PrintSelf(ostream& os,
vtkIndent indent) VTK_OVERRIDE;
37 bool IsDoneWithTraversal() VTK_OVERRIDE;
42 ~vtkDataSetCellIterator() VTK_OVERRIDE;
44 void ResetToFirstCell() VTK_OVERRIDE;
45 void IncrementToNextCell() VTK_OVERRIDE;
46 void FetchCellType() VTK_OVERRIDE;
47 void FetchPointIds() VTK_OVERRIDE;
48 void FetchPoints() VTK_OVERRIDE;
51 void SetDataSet(vtkDataSet *ds);
57 vtkDataSetCellIterator(const vtkDataSetCellIterator &) VTK_DELETE_FUNCTION;
58 void operator=(const vtkDataSetCellIterator &) VTK_DELETE_FUNCTION;
61 #endif //vtkDataSetCellIterator_h
abstract class to specify dataset behavior
Hold a reference to a vtkObjectBase instance.
Implementation of vtkCellIterator using vtkDataSet API.
a simple class to control print indentation
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...