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