23#ifndef vtkIdListCollection_h
24#define vtkIdListCollection_h
27#include "vtkCommonCoreModule.h"
create and manipulate ordered lists of objects
vtkObject * GetItemAsObject(int i)
Get the i'th item in the collection.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
maintain an ordered list of IdList objects
vtkIdList * GetItem(int i)
Get the ith IdList in the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIdList * GetNextItem()
Get the next IdList in the list.
vtkIdList * GetNextIdList(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
static vtkIdListCollection * New()
void AddItem(vtkIdList *ds)
Add an IdList to the bottom of the list.
~vtkIdListCollection() override=default
vtkIdListCollection()=default
list of point or cell ids
a simple class to control print indentation
abstract base class for most VTK objects
void * vtkCollectionSimpleIterator