|
Enhanced C#
Loyc library documentation
|
Classes | |
| interface | IEdge< out Node > |
| A directed edge in a graph. More... | |
| interface | IEdge< out Node, out TCost > |
| A directed edge in a graph. More... | |
| interface | IEdgeTo< out Node > |
| A directed edge in a graph (without the From property of IEdge{Node}). More... | |
| interface | IEdgeTo< out Node, out TCost > |
| A directed edge in a graph (without the From property of IEdge{Node}). More... | |
| interface | IGraph< out Node > |
| A directed graph, consisting of nodes and edges (using the default edge type IEdgeTo{Node}). More... | |
| interface | IGraph< out Node, out Edge > |
| A directed graph, consisting of nodes and edges (using the default edge list type IEnumerable{Edge}). More... | |
| interface | IGraph< out Node, out Edge, out EdgeList > |
| A directed graph, consisting of nodes and edges (using the default cost type, float). More... | |
| interface | IGraph< out Node, out Edge, out EdgeList, out Cost > |
| A directed graph, consisting of nodes and edges. More... | |
| interface | INode< out EdgeList > |
| A node in a graph. More... | |
| interface | IOutbound< out EdgeList > |
| A node in a graph that only provides access to outbound edges. More... | |
| interface | ITo< out Node > |
| Something with a To property, usually a directed edge in a graph. More... | |
| class | LGExt |
| class | LGInterfaces |
| Core functionaliity for graphs More... | |
1.8.7