21 #ifndef vtkDataSetCellIterator_h 22 #define vtkDataSetCellIterator_h 24 #include "vtkCommonDataModelModule.h" 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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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...
virtual bool IsDoneWithTraversal()=0
Returns false while the iterator is valid.