Go to the documentation of this file.
24 #ifndef vtkDataSetCellIterator_h
25 #define vtkDataSetCellIterator_h
27 #include "vtkCommonDataModelModule.h"
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;
64 #endif //vtkDataSetCellIterator_h
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Hold a reference to a vtkObjectBase instance.
Implementation of vtkCellIterator using vtkDataSet API.
a simple class to control print indentation
abstract class to specify dataset behavior
virtual bool IsDoneWithTraversal()=0
Returns false while the iterator is valid.
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.