Go to the documentation of this file.
26 #ifndef vtkIdListCollection_h
27 #define vtkIdListCollection_h
29 #include "vtkCommonCoreModule.h"
~vtkIdListCollection() override
static vtkCollection * New()
Construct with empty list.
void * vtkCollectionSimpleIterator
abstract base class for most VTK objects
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.
vtkIdList * GetNextItem()
Get the next IdList in the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
create and manipulate ordered lists of objects
void AddItem(vtkIdList *ds)
Add an IdList to the bottom of the list.
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.
list of point or cell ids
maintain an ordered list of IdList objects
void AddItem(vtkObject *)
Add an object to the bottom of the list.