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