Click or drag to resize

DisconnectedGraphsFinder<TVertex, TEdge> Constructor

Namespace:  SD.Tools.Algorithmia.Graphs.Algorithms
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public DisconnectedGraphsFinder(
	Func<SubGraphView<TVertex, TEdge>> subGraphViewCreatorFunc,
	GraphBase<TVertex, TEdge> toCrawl
)

Parameters

subGraphViewCreatorFunc
Type: System.Func<SubGraphView<TVertex, TEdge>>
The sub graph view creator func, used to create new subgraphview instances.
toCrawl
Type: SD.Tools.Algorithmia.Graphs.GraphBase<TVertex, TEdge>
the graph to crawl
See Also