33 #ifndef vtkCollection_h
34 #define vtkCollection_h
77 void RemoveItem(
int i);
85 void RemoveAllItems();
177 cookie =
static_cast<void *
>(elem->
Next);
void * vtkCollectionSimpleIterator
abstract base class for most VTK objects
virtual void Register(vtkObjectBase *o)
#define VTKCOMMONCORE_EXPORT
vtkCollectionElement * Current
Detect and break reference loops.
virtual void PrintSelf(ostream &os, vtkIndent indent)
virtual void UnRegister(vtkObjectBase *o)
a simple class to control print indentation
virtual void ReportReferences(vtkGarbageCollector *)
abstract base class for most VTK objects
vtkCollectionElement * Bottom
iterator through a vtkCollection.
create and manipulate unsorted lists of objects
void InitTraversal(vtkCollectionSimpleIterator &cookie)
vtkCollectionElement * Next
vtkObject * GetNextItemAsObject()
vtkCollectionElement * Top