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