IMinimumSpanningTreeAlgorithmTVertex, TEdge Interface |
Namespace: QuickGraph.Algorithms.MinimumSpanningTree
public interface IMinimumSpanningTreeAlgorithm<TVertex, TEdge> : ITreeBuilderAlgorithm<TVertex, TEdge>, IAlgorithm<IUndirectedGraph<TVertex, TEdge>>, IComputation where TEdge : Object, IEdge<TVertex>
The IMinimumSpanningTreeAlgorithmTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | State | (Inherited from IComputation.) |
![]() | SyncRoot | (Inherited from IComputation.) |
![]() | VisitedGraph | (Inherited from IAlgorithmTGraph.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from IComputation.) |
![]() | Compute | (Inherited from IComputation.) |
Name | Description | |
---|---|---|
![]() | Aborted | (Inherited from IComputation.) |
![]() | Finished | (Inherited from IComputation.) |
![]() | Started | (Inherited from IComputation.) |
![]() | StateChanged | (Inherited from IComputation.) |
![]() | TreeEdge | (Inherited from ITreeBuilderAlgorithmTVertex, TEdge.) |