GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraph Class / TightComponentUnset Method
In This Topic
    TightComponentUnset Method
    In This Topic
    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( 
       GoLayoutLayeredDigraphNode node,
       int component,
       int unset,
       bool forward,
       bool backward
    )

    Parameters

    node
    component
    unset
    forward
    backward
    See Also