23 #ifndef __vtkInformationExecutivePortKey_h
24 #define __vtkInformationExecutivePortKey_h
26 #include "vtkCommonExecutionModelModule.h"
27 #include "vtkInformationKey.h"
37 void PrintSelf(ostream& os, vtkIndent indent);
47 int GetPort(vtkInformation* info);
48 void Get(vtkInformation *info,
vtkExecutive*& executive,
int &port);
54 virtual void ShallowCopy(vtkInformation* from, vtkInformation* to);
57 virtual void Report(vtkInformation* info, vtkGarbageCollector* collector);
60 virtual void Print(ostream& os, vtkInformation* info);
Superclass for all pipeline executives in VTK.