RankedShortestPathAlgorithmBaseTVertex, TEdge, TGraph Class |
Namespace: QuickGraph.Algorithms.RankedShortestPath
public abstract class RankedShortestPathAlgorithmBase<TVertex, TEdge, TGraph> : RootedAlgorithmBase<TVertex, TGraph> where TEdge : Object, IEdge<TVertex> where TGraph : Object, IGraph<TVertex, TEdge>
The RankedShortestPathAlgorithmBaseTVertex, TEdge, TGraph type exposes the following members.
Name | Description | |
---|---|---|
![]() | RankedShortestPathAlgorithmBaseTVertex, TEdge, TGraph |
Name | Description | |
---|---|---|
![]() | ComputedShortestPathCount | |
![]() | ComputedShortestPaths | |
![]() | DistanceRelaxer | |
![]() | Services | (Inherited from AlgorithmBaseTGraph.) |
![]() | ShortestPathCount | |
![]() | State | (Inherited from AlgorithmBaseTGraph.) |
![]() | SyncRoot | (Inherited from AlgorithmBaseTGraph.) |
![]() | VisitedGraph | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Abort | (Inherited from AlgorithmBaseTGraph.) |
![]() | AddComputedShortestPath | |
![]() | BeginComputation | (Inherited from AlgorithmBaseTGraph.) |
![]() | Clean | (Inherited from AlgorithmBaseTGraph.) |
![]() | ClearRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | Compute | (Inherited from AlgorithmBaseTGraph.) |
![]() | Compute(TVertex) | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | EndComputation | (Inherited from AlgorithmBaseTGraph.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetServiceT | (Inherited from AlgorithmBaseTGraph.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize | (Overrides AlgorithmBaseTGraphInitialize.) |
![]() | InternalCompute | (Inherited from AlgorithmBaseTGraph.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnAborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | OnFinished | (Inherited from AlgorithmBaseTGraph.) |
![]() | OnRootVertexChanged | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | OnStarted | (Inherited from AlgorithmBaseTGraph.) |
![]() | OnStateChanged | (Inherited from AlgorithmBaseTGraph.) |
![]() | SetRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetRootVertex | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | TryGetService(Type, Object) | (Inherited from AlgorithmBaseTGraph.) |
![]() | TryGetServiceT(T) | (Inherited from AlgorithmBaseTGraph.) |
Name | Description | |
---|---|---|
![]() | Aborted | (Inherited from AlgorithmBaseTGraph.) |
![]() | Finished | (Inherited from AlgorithmBaseTGraph.) |
![]() | RootVertexChanged | (Inherited from RootedAlgorithmBaseTVertex, TGraph.) |
![]() | Started | (Inherited from AlgorithmBaseTGraph.) |
![]() | StateChanged | (Inherited from AlgorithmBaseTGraph.) |