Access to each vertex out-edges.

Namespace:  QuickGraph.Concepts.Traversals
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public interface IIncidenceGraph : IAdjacencyGraph, 
	IImplicitGraph, IGraph
Visual Basic (Declaration)
Public Interface IIncidenceGraph _
	Implements IAdjacencyGraph, IImplicitGraph, IGraph

Remarks

The IncidenceGraph concept provides an interface for efficient access to the out-edges of each vertex in the graph.

See Also