Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkExtractSelectedGraph, simply invoke its constructor as follows
obj = vtkExtractSelectedGraph
obj
is an instance of the vtkExtractSelectedGraph class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkExtractSelectedGraph = obj.NewInstance ()
vtkExtractSelectedGraph = obj.SafeDownCast (vtkObject o)
obj.SetSelectionConnection (vtkAlgorithmOutput in)
- A convenience method for setting the second input (i.e. the selection).
obj.SetAnnotationLayersConnection (vtkAlgorithmOutput in)
- A convenience method for setting the third input (i.e. the annotation layers).
obj.SetRemoveIsolatedVertices (bool )
- If set, removes vertices with no adjacent edges in an edge selection.
A vertex selection ignores this flag and always returns the full set
of selected vertices. Default is on.
bool = obj.GetRemoveIsolatedVertices ()
- If set, removes vertices with no adjacent edges in an edge selection.
A vertex selection ignores this flag and always returns the full set
of selected vertices. Default is on.
obj.RemoveIsolatedVerticesOn ()
- If set, removes vertices with no adjacent edges in an edge selection.
A vertex selection ignores this flag and always returns the full set
of selected vertices. Default is on.
obj.RemoveIsolatedVerticesOff ()
- If set, removes vertices with no adjacent edges in an edge selection.
A vertex selection ignores this flag and always returns the full set
of selected vertices. Default is on.
int = obj.FillInputPortInformation (int port, vtkInformation info)
- Specify the first vtkGraph input and the second vtkSelection input.