Section: Visualization Toolkit Infovis Classes
.SECTION Thanks
To create an instance of class vtkCollapseVerticesByArray, simply invoke its constructor as follows
obj = vtkCollapseVerticesByArray
obj
is an instance of the vtkCollapseVerticesByArray class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkCollapseVerticesByArray = obj.NewInstance ()
vtkCollapseVerticesByArray = obj.SafeDownCast (vtkObject o)
bool = obj.GetAllowSelfLoops ()
- Boolean to allow self loops during collapse.
obj.SetAllowSelfLoops (bool )
- Boolean to allow self loops during collapse.
obj.AllowSelfLoopsOn ()
- Boolean to allow self loops during collapse.
obj.AllowSelfLoopsOff ()
- Boolean to allow self loops during collapse.
obj.AddAggregateEdgeArray (string arrName)
- Add arrays on which aggregation of data is allowed.
Default if replaced by the last value.
obj.ClearAggregateEdgeArray ()
- Clear the list of arrays on which aggregation was set to allow.
string = obj.GetVertexArray ()
- Set the array using which perform the collapse.
obj.SetVertexArray (string )
- Set the array using which perform the collapse.