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.2.0.0 (1.2.14.1118)
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