12 #ifndef vtkDataArrayCollectionIterator_h
13 #define vtkDataArrayCollectionIterator_h
16 #include "vtkCommonCoreModule.h"
18 VTK_ABI_NAMESPACE_BEGIN
iterator through a vtkCollection.
create and manipulate ordered lists of objects
iterator through a vtkDataArrayCollection.
void SetCollection(vtkCollection *) override
Set the collection over which to iterate.
void SetCollection(vtkDataArrayCollection *)
Set the collection over which to iterate.
vtkDataArray * GetDataArray()
Get the item at the current iterator position.
vtkDataArrayCollectionIterator()
~vtkDataArrayCollectionIterator() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkDataArrayCollectionIterator * New()
maintain an ordered list of dataarray objects
abstract superclass for arrays of numeric data
a simple class to control print indentation