Creates a bidirectional graph out of a IVertexAndEdgeListGraph graph.

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

Syntax

Remarks

This class adapts a IVertexAndEdgeListGraph to support in-edge traversal. Be aware, that the in-edge traversal is less efficient that using specialized classes.

Inheritance Hierarchy

System..::.Object
  QuickGraph.Representations..::.BidirectionalAdaptorGraph

See Also