Adaptor to flip in-edges and out-edges.

Namespace:  QuickGraph.Representations
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

Remarks

This adaptor flips the in-edges and out-edges of a IBidirectionalGraph, effectively transposing the graph.

The construction of the reverse graph is constant time, providing a highly efficient way to obtain a transposed-view of a graph.

Inheritance Hierarchy

System..::.Object
  QuickGraph.Representations..::.ReversedBidirectionalGraph

See Also