23 #ifndef vtkDataObjectCollection_h
24 #define vtkDataObjectCollection_h
27 #include "vtkCommonDataModelModule.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 unordered list of data objects
vtkDataObjectCollection()
vtkDataObject * GetItem(int i)
Get the ith data object in the list.
void AddItem(vtkDataObject *ds)
Add a data object to the bottom of the list.
vtkDataObject * GetNextItem()
Get the next data object in the list.
static vtkDataObjectCollection * New()
~vtkDataObjectCollection() override
vtkDataObject * GetNextDataObject(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
general representation of visualization data
abstract base class for most VTK objects
void * vtkCollectionSimpleIterator