40 #ifndef __vtkExecutiveCollection_h
41 #define __vtkExecutiveCollection_h
43 #include "vtkCommonExecutionModelModule.h"
44 #include "vtkCollection.h"
53 void PrintSelf(ostream& os, vtkIndent indent);
59 this->vtkCollection::AddItem(exec);
67 return static_cast<vtkExecutive *
>(this->GetNextItemAsObject());
77 return static_cast<vtkExecutive *
>(this->GetNextItemAsObject(cookie));
88 void AddItem(vtkObject *o)
90 this->vtkCollection::AddItem(o);
vtkExecutive * GetNextItem()
Superclass for all pipeline executives in VTK.
void AddItem(vtkExecutive *exec)
~vtkExecutiveCollection()
maintain a list of executive objects
vtkExecutive * GetNextExecutive(vtkCollectionSimpleIterator &cookie)