23 #ifndef vtkDataSetCollection_h
24 #define vtkDataSetCollection_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 dataset objects
vtkDataSet * GetNextItem()
Get the next dataset in the list.
vtkDataSet * GetItem(int i)
Get the ith dataset in the list.
void AddItem(vtkDataSet *ds)
Add a dataset to the bottom of the list.
vtkDataSet * GetDataSet(int i)
vtkDataSet * GetNextDataSet()
vtkDataSet * GetNextDataSet(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
~vtkDataSetCollection() override
static vtkDataSetCollection * New()
abstract class to specify dataset behavior
abstract base class for most VTK objects
void * vtkCollectionSimpleIterator