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;
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;
Efficient cell iterator for vtkDataSet topologies.
Implementation of vtkCellIterator using vtkDataSet API.
static vtkDataSetCellIterator * New()
abstract class to specify dataset behavior
a simple class to control print indentation
Hold a reference to a vtkObjectBase instance.