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