24#ifndef vtkDataArrayCollectionIterator_h
25#define vtkDataArrayCollectionIterator_h
27#include "vtkCommonCoreModule.h"
iterator through a vtkCollection.
create and manipulate unsorted lists of objects
iterator through a vtkDataArrayCollection.
void SetCollection(vtkCollection *) override
Set the collection over which to iterate.
static vtkDataArrayCollectionIterator * New()
void SetCollection(vtkDataArrayCollection *)
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 unordered list of dataarray objects
abstract superclass for arrays of numeric data
a simple class to control print indentation