Click or drag to resize

IConnectedComponentAlgorithmTVertex, TEdge, TGraph Interface

Namespace:  QuickGraph.Algorithms
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface IConnectedComponentAlgorithm<TVertex, TEdge, TGraph> : IAlgorithm<TGraph>, 
	IComputation
where TEdge : Object, IEdge<TVertex>
where TGraph : Object, IGraph<TVertex, TEdge>

Type Parameters

TVertex
TEdge
TGraph

The IConnectedComponentAlgorithmTVertex, TEdge, TGraph type exposes the following members.

Properties
Methods
  NameDescription
Public methodAbort (Inherited from IComputation.)
Public methodCompute (Inherited from IComputation.)
Top
Events
  NameDescription
Public eventAborted (Inherited from IComputation.)
Public eventFinished (Inherited from IComputation.)
Public eventStarted (Inherited from IComputation.)
Public eventStateChanged (Inherited from IComputation.)
Top
See Also