maintain a list of executive objects
More...
#include <vtkExecutiveCollection.h>
Inherits vtkCollection.
maintain a list of executive objects
vtkExecutiveCollection is an object that creates and manipulates lists of objects that are (inherited from) vtkExecutives.
- See Also
- vtkExecutive vtkCollection
Definition at line 48 of file vtkExecutiveCollection.h.
vtkExecutiveCollection::vtkExecutiveCollection |
( |
| ) |
|
|
inlineprotected |
vtkExecutiveCollection::~vtkExecutiveCollection |
( |
| ) |
|
|
inlineprotected |
static int vtkExecutiveCollection::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkExecutiveCollection::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkExecutiveCollection::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkExecutiveCollection::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
vtkExecutive* vtkExecutiveCollection::GetNextExecutive |
( |
vtkCollectionSimpleIterator & |
cookie | ) |
|
|
inline |
Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth.
Definition at line 75 of file vtkExecutiveCollection.h.
The documentation for this class was generated from the following file: