Click or drag to resize

DagShortestPathAlgorithmTVertex, TEdge Class

Inheritance Hierarchy
SystemObject
  QuickGraph.AlgorithmsAlgorithmBaseIVertexListGraphTVertex, TEdge
    QuickGraph.AlgorithmsRootedAlgorithmBaseTVertex, IVertexListGraphTVertex, TEdge
      QuickGraph.Algorithms.ShortestPathShortestPathAlgorithmBaseTVertex, TEdge, IVertexListGraphTVertex, TEdge
        QuickGraph.Algorithms.ShortestPathDagShortestPathAlgorithmTVertex, TEdge

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

Type Parameters

TVertex
TEdge

The DagShortestPathAlgorithmTVertex, TEdge type exposes the following members.

Constructors
  NameDescription
Public methodDagShortestPathAlgorithmTVertex, TEdge(IVertexListGraphTVertex, TEdge, FuncTEdge, Double)
Public methodDagShortestPathAlgorithmTVertex, TEdge(IVertexListGraphTVertex, TEdge, FuncTEdge, Double, IDistanceRelaxer)
Public methodDagShortestPathAlgorithmTVertex, TEdge(IAlgorithmComponent, IVertexListGraphTVertex, TEdge, FuncTEdge, Double, IDistanceRelaxer)
Top
Properties
  NameDescription
Public propertyDistanceRelaxer (Inherited from ShortestPathAlgorithmBaseTVertex, TEdge, TGraph.)
Public propertyDistances (Inherited from ShortestPathAlgorithmBaseTVertex, TEdge, TGraph.)
Public propertyServices (Inherited from AlgorithmBaseTGraph.)
Public propertyState (Inherited from AlgorithmBaseTGraph.)
Public propertySyncRoot (Inherited from AlgorithmBaseTGraph.)
Public propertyVertexColors (Inherited from ShortestPathAlgorithmBaseTVertex, TEdge, TGraph.)
Public propertyVisitedGraph (Inherited from AlgorithmBaseTGraph.)
Public propertyWeights (Inherited from ShortestPathAlgorithmBaseTVertex, TEdge, TGraph.)
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 ShortestPathAlgorithmBaseTVertex, TEdge, TGraph.)
Public methodSetRootVertex (Inherited from RootedAlgorithmBaseTVertex, TGraph.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetDistance (Inherited from ShortestPathAlgorithmBaseTVertex, TEdge, TGraph.)
Public methodTryGetRootVertex (Inherited from RootedAlgorithmBaseTVertex, TGraph.)
Public methodTryGetServiceT(T) (Inherited from AlgorithmBaseTGraph.)
Top
Events
See Also