26#ifndef vtkDataArrayCollection_h
27#define vtkDataArrayCollection_h
29#include "vtkCommonCoreModule.h"
create and manipulate unsorted lists of objects
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.
void AddItem(vtkObject *)
Add an object to the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
maintain an unordered list of dataarray objects
static vtkDataArrayCollection * New()
vtkDataArray * GetItem(int i)
Get the ith dataarray in the list.
void AddItem(vtkDataArray *ds)
Add a dataarray to the list.
~vtkDataArrayCollection() override
vtkDataArray * GetNextDataArray(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
vtkDataArray * GetNextItem()
Get the next dataarray in the list.
abstract superclass for arrays of numeric data
abstract base class for most VTK objects
void * vtkCollectionSimpleIterator