26 #ifndef vtkObjectFactoryCollection_h
27 #define vtkObjectFactoryCollection_h
29 #include "vtkCommonCoreModule.h"
void * vtkCollectionSimpleIterator
vtkObjectFactory * GetNextObjectFactory(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
abstract base class for most VTK objects
vtkObjectFactoryCollection()
static vtkCollection * New()
Construct with empty list.
maintain a list of object factories
~vtkObjectFactoryCollection() override
vtkObjectFactory * GetNextItem()
Get the next ObjectFactory in the list.
void AddItem(vtkObject *)
Add an object to the list.
create and manipulate unsorted lists of objects
void AddItem(vtkObjectFactory *t)
Add an ObjectFactory from the list.
abstract base class for vtkObjectFactories
vtkObject * GetNextItemAsObject()
Get the next item in the collection.