IConnectedComponentAlgorithmTVertex, TEdge, TGraph Interface |
Namespace:
QuickGraph.Algorithms
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic 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
Events
See Also