26 #ifndef vtkIdListCollection_h
27 #define vtkIdListCollection_h
29 #include "vtkCommonCoreModule.h"
void * vtkCollectionSimpleIterator
abstract base class for most VTK objects
~vtkIdListCollection() override
void AddItem(vtkIdList *ds)
Add a dataset to the list.
vtkIdList * GetItem(int i)
Get the ith dataset in the list.
vtkIdList * GetNextIdList(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
list of point or cell ids
static vtkCollection * New()
Construct with empty list.
vtkIdList * GetNextItem()
Get the next dataset in the list.
void AddItem(vtkObject *)
Add an object to the list.
maintain an unordered list of dataarray objects
create and manipulate unsorted lists of objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.