Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkInformationExecutivePortKey, simply invoke its constructor as follows
obj = vtkInformationExecutivePortKey
obj
is an instance of the vtkInformationExecutivePortKey class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkInformationExecutivePortKey = obj.NewInstance ()
vtkInformationExecutivePortKey = obj.SafeDownCast (vtkObject o)
vtkInformationExecutivePortKey = obj.(string name, string location)
~vtkInformationExecutivePortKey = obj.()
obj.Set (vtkInformation info, vtkExecutive , int )
- Get/Set the value associated with this key in the given
information object.
vtkExecutive = obj.GetExecutive (vtkInformation info)
- Get/Set the value associated with this key in the given
information object.
int = obj.GetPort (vtkInformation info)
- Get/Set the value associated with this key in the given
information object.
obj.ShallowCopy (vtkInformation from, vtkInformation to)
- Copy the entry associated with this key from one information
object to another. If there is no entry in the first information
object for this key, the value is removed from the second.
obj.Report (vtkInformation info, vtkGarbageCollector collector)
- Report a reference this key has in the given information object.