24#ifndef vtkDataArrayCollectionIterator_h
25#define vtkDataArrayCollectionIterator_h
28#include "vtkCommonCoreModule.h"
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.
static vtkDataArrayCollectionIterator * New()
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.
maintain an ordered list of dataarray objects
abstract superclass for arrays of numeric data
a simple class to control print indentation