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