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 an IdList to the bottom of the list.
vtkIdList * GetItem(int i)
Get the ith IdList 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 IdList in the list.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
maintain an ordered list of IdList objects
create and manipulate ordered lists of objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.