17 #ifndef vtkObjectFactoryCollection_h
18 #define vtkObjectFactoryCollection_h
21 #include "vtkCommonCoreModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
void * vtkCollectionSimpleIterator
vtkObjectFactory * GetNextObjectFactory(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
abstract base class for most VTK objects
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkCollection * New()
Construct with empty list.
maintain a list of object factories
vtkObjectFactory * GetNextItem()
Get the next ObjectFactory in the list.
void AddItem(vtkObject *)
Add an object to the bottom of the list.
create and manipulate ordered lists of objects
void AddItem(vtkObjectFactory *t)
Add an ObjectFactory the bottom of the list.
abstract base class for vtkObjectFactories
vtkObject * GetNextItemAsObject()
Get the next item in the collection.