Click or drag to resize

DisconnectedGraphsFinderTVertex, 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.0529)
Syntax
public DisconnectedGraphsFinder(
	Func<SubGraphView<TVertex, TEdge>> subGraphViewCreatorFunc,
	GraphBase<TVertex, TEdge> toCrawl
)

Parameters

subGraphViewCreatorFunc
Type: SystemFuncSubGraphViewTVertex, TEdge
The sub graph view creator func, used to create new subgraphview instances.
toCrawl
Type: SD.Tools.Algorithmia.GraphsGraphBaseTVertex, TEdge
the graph to crawl
See Also