Click or drag to resize

GraphExtensions Class

Inheritance Hierarchy
SystemObject
  QuickGraphGraphExtensions

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 memberToAdjacencyGraphTVertex(TVertex)
Public methodStatic memberToAdjacencyGraphTVertex(IEnumerableSEquatableEdgeTVertex)
Public methodStatic memberToAdjacencyGraphTVertex, TEdge(IEnumerableTEdge)
Public methodStatic memberToAdjacencyGraphTVertex, TEdge(IEnumerableTEdge, Boolean)
Public methodStatic memberToAdjacencyGraphTVertex, TEdge(IEnumerableTVertex, FuncTVertex, IEnumerableTEdge)
Public methodStatic memberToAdjacencyGraphTVertex, TEdge(IEnumerableTVertex, FuncTVertex, IEnumerableTEdge, Boolean)
Public methodStatic memberToArrayAdjacencyGraphTVertex, TEdge
Public methodStatic memberToArrayBidirectionalGraphTVertex, TEdge
Public methodStatic memberToArrayUndirectedGraphTVertex, TEdge
Public methodStatic memberToBidirectionalGraphTVertex(IEnumerableSEquatableEdgeTVertex)
Public methodStatic memberToBidirectionalGraphTVertex, TEdge(IEnumerableTEdge)
Public methodStatic memberToBidirectionalGraphTVertex, TEdge(IVertexAndEdgeListGraphTVertex, TEdge)
Public methodStatic memberToBidirectionalGraphTVertex, TEdge(IEnumerableTEdge, Boolean)
Public methodStatic memberToBidirectionalGraphTVertex, TEdge(IEnumerableTVertex, FuncTVertex, IEnumerableTEdge)
Public methodStatic memberToBidirectionalGraphTVertex, TEdge(IEnumerableTVertex, FuncTVertex, IEnumerableTEdge, Boolean)
Public methodStatic memberToCompressedRowGraphTVertex, TEdge
Public methodStatic memberToDelegateBidirectionalIncidenceGraphTVertex, TEdge
Public methodStatic memberToDelegateIncidenceGraphTVertex, TEdge(FuncTVertex, IEnumerableTEdge)
Public methodStatic memberToDelegateIncidenceGraphTVertex, TEdge(TryFuncTVertex, IEnumerableTEdge)
Public methodStatic memberToDelegateUndirectedGraphTVertex, TEdge(IEnumerableTVertex, TryFuncTVertex, IEnumerableTEdge)
Public methodStatic memberToDelegateUndirectedGraphTVertex, TEdge(IEnumerableTVertex, FuncTVertex, IEnumerableTEdge)
Public methodStatic memberToDelegateUndirectedGraphTVertex, TEdge, TValue(IDictionaryTVertex, TValue)
Public methodStatic memberToDelegateUndirectedGraphTVertex, TEdge, TValue(IDictionaryTVertex, TValue, FuncKeyValuePairTVertex, TValue, IEnumerableTEdge)
Public methodStatic memberToDelegateVertexAndEdgeListGraphTVertex, TEdge(IEnumerableTVertex, TryFuncTVertex, IEnumerableTEdge)
Public methodStatic memberToDelegateVertexAndEdgeListGraphTVertex, TEdge(IEnumerableTVertex, FuncTVertex, IEnumerableTEdge)
Public methodStatic memberToTryFuncT, TResult
Public methodStatic memberToUndirectedGraphTVertex(IEnumerableSEquatableEdgeTVertex)
Public methodStatic memberToUndirectedGraphTVertex, TEdge(IEnumerableTEdge)
Public methodStatic memberToUndirectedGraphTVertex, TEdge(IEnumerableTEdge, Boolean)
Public methodStatic memberToVertexAndEdgeListGraphTVertex, TEdge, TValue(IDictionaryTVertex, TValue)
Public methodStatic memberToVertexAndEdgeListGraphTVertex, TEdge, TValue(IDictionaryTVertex, TValue, FuncKeyValuePairTVertex, TValue, IEnumerableTEdge)
Top
See Also