24 #ifndef vtkDataSetCellIterator_h
25 #define vtkDataSetCellIterator_h
27 #include "vtkCommonDataModelModule.h"
38 void PrintSelf(ostream& os,
vtkIndent indent) VTK_OVERRIDE;
40 bool IsDoneWithTraversal() VTK_OVERRIDE;
45 ~vtkDataSetCellIterator() VTK_OVERRIDE;
47 void ResetToFirstCell() VTK_OVERRIDE;
48 void IncrementToNextCell() VTK_OVERRIDE;
49 void FetchCellType() VTK_OVERRIDE;
50 void FetchPointIds() VTK_OVERRIDE;
51 void FetchPoints() VTK_OVERRIDE;
54 void SetDataSet(vtkDataSet *ds);
60 vtkDataSetCellIterator(const vtkDataSetCellIterator &) VTK_DELETE_FUNCTION;
61 void operator=(const vtkDataSetCellIterator &) VTK_DELETE_FUNCTION;
64 #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...