#include <vtkProcessObjectCollection.h>
Inheritance diagram for vtkProcessObjectCollection:


vtkProcessObjectCollection is an object that creates and manipulates lists of process objects.
Definition at line 39 of file vtkProcessObjectCollection.h.
Public Member Functions | |
| vtkTypeRevisionMacro (vtkProcessObjectCollection, vtkCollection) | |
| void | PrintSelf (ostream &, vtkIndent) |
| void | AddItem (vtkProcessObject *a) |
| Add a process object to the list. | |
| vtkProcessObject * | GetNextItem (void) |
| Get the next process object in the list. | |
| vtkProcessObject * | GetItem (int i) |
| Get the ith process object in the list. | |
Static Public Member Functions | |
| vtkProcessObjectCollection * | New (void) |
Protected Member Functions | |
| vtkProcessObjectCollection (void) | |
| ~vtkProcessObjectCollection () | |
|
|
Definition at line 60 of file vtkProcessObjectCollection.h. |
|
|
Definition at line 61 of file vtkProcessObjectCollection.h. |
|
|
Add a process object to the list.
Definition at line 48 of file vtkProcessObjectCollection.h. |
|
|
Get the ith process object in the list.
Definition at line 56 of file vtkProcessObjectCollection.h. |
|
|
Get the next process object in the list.
Definition at line 52 of file vtkProcessObjectCollection.h. References vtkCollection::GetNextItemAsObject(). |
|
|
Reimplemented from vtkCollection. |
|
||||||||||||
|
Reimplemented from vtkCollection. |
|
||||||||||||
|
|
1.3.7