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