23#ifndef vtkDataArrayCollection_h
24#define vtkDataArrayCollection_h
27#include "vtkCommonCoreModule.h"
create and manipulate ordered lists of objects
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
maintain an ordered list of dataarray objects
~vtkDataArrayCollection() override=default
static vtkDataArrayCollection * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataArrayCollection()=default
vtkDataArray * GetItem(int i)
Get the ith dataarray in the list.
void AddItem(vtkDataArray *ds)
Add a dataarray to the bottom of the list.
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
a simple class to control print indentation
abstract base class for most VTK objects
void * vtkCollectionSimpleIterator