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