26 #ifndef vtkDataObjectCollection_h
27 #define vtkDataObjectCollection_h
29 #include "vtkCommonDataModelModule.h"
void * vtkCollectionSimpleIterator
vtkDataObject * GetNextDataObject(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
abstract base class for most VTK objects
vtkDataObject * GetItem(int i)
Get the ith data object in the list.
maintain an unordered list of data objects
~vtkDataObjectCollection() override
static vtkCollection * New()
Construct with empty list.
vtkDataObjectCollection()
vtkDataObject * GetNextItem()
Get the next data object in the list.
void AddItem(vtkObject *)
Add an object to the list.
create and manipulate unsorted lists of objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
general representation of visualization data
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.
void AddItem(vtkDataObject *ds)
Add a data object to the list.