Click or drag to resize

GraphExtensions Class

Inheritance Hierarchy
System.Object
  QuickGraph.GraphExtensions

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class GraphExtensions

The GraphExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToAdjacencyGraph<TVertex>(TVertex[][])
Public methodStatic memberToAdjacencyGraph<TVertex>(IEnumerable<SEquatableEdge<TVertex>>)
Public methodStatic memberToAdjacencyGraph<TVertex, TEdge>(IEnumerable<TEdge>)
Public methodStatic memberToAdjacencyGraph<TVertex, TEdge>(IEnumerable<TEdge>, Boolean)
Public methodStatic memberToAdjacencyGraph<TVertex, TEdge>(IEnumerable<TVertex>, Func<TVertex, IEnumerable<TEdge>>)
Public methodStatic memberToAdjacencyGraph<TVertex, TEdge>(IEnumerable<TVertex>, Func<TVertex, IEnumerable<TEdge>>, Boolean)
Public methodStatic memberToArrayAdjacencyGraph<TVertex, TEdge>
Public methodStatic memberToArrayBidirectionalGraph<TVertex, TEdge>
Public methodStatic memberToArrayUndirectedGraph<TVertex, TEdge>
Public methodStatic memberToBidirectionalGraph<TVertex>(IEnumerable<SEquatableEdge<TVertex>>)
Public methodStatic memberToBidirectionalGraph<TVertex, TEdge>(IEnumerable<TEdge>)
Public methodStatic memberToBidirectionalGraph<TVertex, TEdge>(IVertexAndEdgeListGraph<TVertex, TEdge>)
Public methodStatic memberToBidirectionalGraph<TVertex, TEdge>(IEnumerable<TEdge>, Boolean)
Public methodStatic memberToBidirectionalGraph<TVertex, TEdge>(IEnumerable<TVertex>, Func<TVertex, IEnumerable<TEdge>>)
Public methodStatic memberToBidirectionalGraph<TVertex, TEdge>(IEnumerable<TVertex>, Func<TVertex, IEnumerable<TEdge>>, Boolean)
Public methodStatic memberToCompressedRowGraph<TVertex, TEdge>
Public methodStatic memberToDelegateBidirectionalIncidenceGraph<TVertex, TEdge>
Public methodStatic memberToDelegateIncidenceGraph<TVertex, TEdge>(Func<TVertex, IEnumerable<TEdge>>)
Public methodStatic memberToDelegateIncidenceGraph<TVertex, TEdge>(TryFunc<TVertex, IEnumerable<TEdge>>)
Public methodStatic memberToDelegateUndirectedGraph<TVertex, TEdge>(IEnumerable<TVertex>, TryFunc<TVertex, IEnumerable<TEdge>>)
Public methodStatic memberToDelegateUndirectedGraph<TVertex, TEdge>(IEnumerable<TVertex>, Func<TVertex, IEnumerable<TEdge>>)
Public methodStatic memberToDelegateUndirectedGraph<TVertex, TEdge, TValue>(IDictionary<TVertex, TValue>)
Public methodStatic memberToDelegateUndirectedGraph<TVertex, TEdge, TValue>(IDictionary<TVertex, TValue>, Func<KeyValuePair<TVertex, TValue>, IEnumerable<TEdge>>)
Public methodStatic memberToDelegateVertexAndEdgeListGraph<TVertex, TEdge>(IEnumerable<TVertex>, TryFunc<TVertex, IEnumerable<TEdge>>)
Public methodStatic memberToDelegateVertexAndEdgeListGraph<TVertex, TEdge>(IEnumerable<TVertex>, Func<TVertex, IEnumerable<TEdge>>)
Public methodStatic memberToTryFunc<T, TResult>
Public methodStatic memberToUndirectedGraph<TVertex>(IEnumerable<SEquatableEdge<TVertex>>)
Public methodStatic memberToUndirectedGraph<TVertex, TEdge>(IEnumerable<TEdge>)
Public methodStatic memberToUndirectedGraph<TVertex, TEdge>(IEnumerable<TEdge>, Boolean)
Public methodStatic memberToVertexAndEdgeListGraph<TVertex, TEdge, TValue>(IDictionary<TVertex, TValue>)
Public methodStatic memberToVertexAndEdgeListGraph<TVertex, TEdge, TValue>(IDictionary<TVertex, TValue>, Func<KeyValuePair<TVertex, TValue>, IEnumerable<TEdge>>)
Top
See Also