Go to the documentation of this file.
23 #ifndef vtkDataSetCellIterator_h
24 #define vtkDataSetCellIterator_h
37 virtual
void PrintSelf(ostream &os,
vtkIndent indent);
39 bool IsDoneWithTraversal();
46 void ResetToFirstCell();
47 void IncrementToNextCell();
63 #endif //vtkDataSetCellIterator_h
#define vtkTypeMacro(thisClass, superclass)
Hold a reference to a vtkObjectBase instance.
Implementation of vtkCellIterator using vtkDataSet API.
static vtkDataSetCellIterator * New()
a simple class to control print indentation
abstract class to specify dataset behavior
#define VTKCOMMONDATAMODEL_EXPORT
Efficient cell iterator for vtkDataSet topologies.