Section: Visualization Toolkit Infovis Classes
.SECTION Thanks
To create an instance of class vtkTransferAttributes, simply invoke its constructor as follows
obj = vtkTransferAttributes
obj
is an instance of the vtkTransferAttributes class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTransferAttributes = obj.NewInstance ()
vtkTransferAttributes = obj.SafeDownCast (vtkObject o)
obj.SetDirectMapping (bool )
- If on, uses direct mapping from tree to graph vertices.
If off, both the graph and tree must contain PedigreeId arrays
which are used to match graph and tree vertices.
Default is off.
bool = obj.GetDirectMapping ()
- If on, uses direct mapping from tree to graph vertices.
If off, both the graph and tree must contain PedigreeId arrays
which are used to match graph and tree vertices.
Default is off.
obj.DirectMappingOn ()
- If on, uses direct mapping from tree to graph vertices.
If off, both the graph and tree must contain PedigreeId arrays
which are used to match graph and tree vertices.
Default is off.
obj.DirectMappingOff ()
- If on, uses direct mapping from tree to graph vertices.
If off, both the graph and tree must contain PedigreeId arrays
which are used to match graph and tree vertices.
Default is off.
string = obj.GetSourceArrayName ()
- The field name to use for storing the source array.
obj.SetSourceArrayName (string )
- The field name to use for storing the source array.
string = obj.GetTargetArrayName ()
- The field name to use for storing the source array.
obj.SetTargetArrayName (string )
- The field name to use for storing the source array.
int = obj.GetSourceFieldType ()
- The source field type for accessing the source array. Valid values are
those from enum vtkDataObject::FieldAssociations.
obj.SetSourceFieldType (int )
- The source field type for accessing the source array. Valid values are
those from enum vtkDataObject::FieldAssociations.
int = obj.GetTargetFieldType ()
- The target field type for accessing the target array. Valid values are
those from enum vtkDataObject::FieldAssociations.
obj.SetTargetFieldType (int )
- The target field type for accessing the target array. Valid values are
those from enum vtkDataObject::FieldAssociations.
int = obj.FillInputPortInformation (int port, vtkInformation info)
- Set the input type of the algorithm to vtkGraph.