GoXam for WPF v3
TightComponentUnset Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : TightComponentUnset Method
Uses a depth first search algorithm to set the component of all nodes in a component. Tight** functions only set the component and recurse on nodes which are "tight", in the sense that the nodes are separated by a link which corresponds to the minumum link length of the link between the two nodes. **Unset functions only set the component and recurse on nodes whose component is currently set to the unset value. The forward and backward bools indicate the direction to use for a directed depth first search from node.
Syntax
protected virtual void TightComponentUnset( 
   LayeredDigraphVertex v,
   int component,
   int unset,
   bool forward,
   bool backward
)

Parameters

v
component
unset
forward
backward
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members