Click or drag to resize

UndirectedDijkstraShortestPathAlgorithmTVertex, TEdge Class

Inheritance Hierarchy
SystemObject
  QuickGraph.AlgorithmsAlgorithmBaseIUndirectedGraphTVertex, TEdge
    QuickGraph.AlgorithmsRootedAlgorithmBaseTVertex, IUndirectedGraphTVertex, TEdge
      QuickGraph.Algorithms.ShortestPathUndirectedShortestPathAlgorithmBaseTVertex, TEdge
        QuickGraph.Algorithms.ShortestPathUndirectedDijkstraShortestPathAlgorithmTVertex, TEdge

Namespace:  QuickGraph.Algorithms.ShortestPath
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public sealed class UndirectedDijkstraShortestPathAlgorithm<TVertex, TEdge> : UndirectedShortestPathAlgorithmBase<TVertex, TEdge>, 
	IUndirectedTreeBuilderAlgorithm<TVertex, TEdge>, IVertexColorizerAlgorithm<TVertex, TEdge>, IUndirectedVertexPredecessorRecorderAlgorithm<TVertex, TEdge>, 
	IDistanceRecorderAlgorithm<TVertex, TEdge>
where TEdge : Object, IEdge<TVertex>

Type Parameters

TVertex
TEdge

The UndirectedDijkstraShortestPathAlgorithmTVertex, TEdge type exposes the following members.

Constructors
  NameDescription
Public methodUndirectedDijkstraShortestPathAlgorithmTVertex, TEdge(IUndirectedGraphTVertex, TEdge, FuncTEdge, Double)
Public methodUndirectedDijkstraShortestPathAlgorithmTVertex, TEdge(IUndirectedGraphTVertex, TEdge, FuncTEdge, Double, IDistanceRelaxer)
Public methodUndirectedDijkstraShortestPathAlgorithmTVertex, TEdge(IAlgorithmComponent, IUndirectedGraphTVertex, TEdge, FuncTEdge, Double, IDistanceRelaxer)
Top
Properties
  NameDescription
Public propertyDistanceRelaxer (Inherited from UndirectedShortestPathAlgorithmBaseTVertex, TEdge.)
Public propertyDistances (Inherited from UndirectedShortestPathAlgorithmBaseTVertex, TEdge.)
Public propertyServices (Inherited from AlgorithmBaseTGraph.)
Public propertyState (Inherited from AlgorithmBaseTGraph.)
Public propertySyncRoot (Inherited from AlgorithmBaseTGraph.)
Public propertyVertexColors (Inherited from UndirectedShortestPathAlgorithmBaseTVertex, TEdge.)
Public propertyVisitedGraph (Inherited from AlgorithmBaseTGraph.)
Public propertyWeights (Inherited from UndirectedShortestPathAlgorithmBaseTVertex, TEdge.)
Top
Methods
  NameDescription
Public methodAbort (Inherited from AlgorithmBaseTGraph.)
Public methodClearRootVertex (Inherited from RootedAlgorithmBaseTVertex, TGraph.)
Public methodCompute (Inherited from AlgorithmBaseTGraph.)
Public methodCompute(TVertex) (Inherited from RootedAlgorithmBaseTVertex, TGraph.)
Public methodComputeNoInit
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetServiceT (Inherited from AlgorithmBaseTGraph.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVertexColor (Inherited from UndirectedShortestPathAlgorithmBaseTVertex, TEdge.)
Public methodSetRootVertex (Inherited from RootedAlgorithmBaseTVertex, TGraph.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetDistance (Inherited from UndirectedShortestPathAlgorithmBaseTVertex, TEdge.)
Public methodTryGetRootVertex (Inherited from RootedAlgorithmBaseTVertex, TGraph.)
Public methodTryGetServiceT(T) (Inherited from AlgorithmBaseTGraph.)
Top
Events
See Also