Go to the documentation of this file.
32 #ifndef vtkObjectFactoryCollection_h
33 #define vtkObjectFactoryCollection_h
35 #include "vtkCommonCoreModule.h"
66 return static_cast<vtkObjectFactory *>(
static vtkCollection * New()
Construct with empty list.
void * vtkCollectionSimpleIterator
~vtkObjectFactoryCollection() override
abstract base class for most VTK objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
create and manipulate ordered lists of objects
abstract base class for vtkObjectFactories
vtkObjectFactory * GetNextObjectFactory(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
vtkObjectFactory * GetNextItem()
Get the next ObjectFactory in the list.
maintain a list of object factories
void AddItem(vtkObjectFactory *t)
Add an ObjectFactory the bottom of the list.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
vtkObjectFactoryCollection()