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