DepthFirstSearchAlgorithmTVertex, TEdge Constructor (IAlgorithmComponent, IVertexListGraphTVertex, TEdge, IDictionaryTVertex, GraphColor, FuncIEnumerableTEdge, IEnumerableTEdge) |
Namespace: QuickGraph.Algorithms.Search
public DepthFirstSearchAlgorithm( IAlgorithmComponent host, IVertexListGraph<TVertex, TEdge> visitedGraph, IDictionary<TVertex, GraphColor> colors, Func<IEnumerable<TEdge>, IEnumerable<TEdge>> outEdgeEnumerator )