Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Graphs.LGExt Member List

This is the complete list of members for Loyc.Graphs.LGExt, including all inherited members.

GetReachableEdges< Node, Edge >(this Node node, HashSet< Edge >?edges=null)Loyc.Graphs.LGExtstatic
GetReachableEdges< Node, Edge, EdgeList >(this Node node, HashSet< Node >?seen, HashSet< Edge >?edges=null)Loyc.Graphs.LGExtstatic
ScanComponent< Node, Edge >(this Node node, HashSet< Edge >?edges=null)Loyc.Graphs.LGExtstatic
ScanComponent< Node, Edge, EdgeList, Cost >(this Node node, HashSet< Node >?seen, HashSet< Edge >?edges=null)Loyc.Graphs.LGExtstatic
SortedTopologically< Node, Edge, EdgeList >(this IEnumerable< Node > nodes, Action< Node >?onCycle=null)Loyc.Graphs.LGExtstatic
SortedTopologically< Node, Edge, EdgeList, Cost >(this IGraph< Node, Edge, EdgeList, Cost > graph, Action< Node >?onCycle=null)Loyc.Graphs.LGExtstatic