Show / Hide Table of Contents

Class ManyToManyBidirectionalDykstra

An algorithm to calculate many-to-many weights based on a contraction hierarchy.

Inheritance
System.Object
AlgorithmBase
ManyToManyBidirectionalDykstra<System.Single>
ManyToManyBidirectionalDykstra
Inherited Members
ManyToManyBidirectionalDykstra<Single>.DoRun(CancellationToken)
ManyToManyBidirectionalDykstra<Single>.GetPath(Int32, Int32)
AlgorithmBase.HasRun
AlgorithmBase.HasSucceeded
AlgorithmBase.ErrorMessage
AlgorithmBase.CheckHasRun()
AlgorithmBase.CheckHasRunAndHasSucceeded()
AlgorithmBase.Run()
AlgorithmBase.Run(CancellationToken)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public sealed class ManyToManyBidirectionalDykstra : ManyToManyBidirectionalDykstra<float>, IAlgorithm

Constructors

ManyToManyBidirectionalDykstra(Router, Profile, RouterPoint[], RouterPoint[], Single)

Creates a new algorithm.

Declaration
public ManyToManyBidirectionalDykstra(Router router, Profile profile, RouterPoint[] sources, RouterPoint[] targets, float max = 3.40282347E+38F)
Parameters
Router router

Profile profile

RouterPoint[] sources

RouterPoint[] targets

System.Single max

ManyToManyBidirectionalDykstra(RouterDb, Profile, WeightHandler<Single>, RouterPoint[], RouterPoint[], Single)

Creates a new algorithm.

Declaration
public ManyToManyBidirectionalDykstra(RouterDb router, Profile profile, WeightHandler<float> weightHandler, RouterPoint[] sources, RouterPoint[] targets, float max = 3.40282347E+38F)
Parameters
RouterDb router

Profile profile

WeightHandler<System.Single> weightHandler

RouterPoint[] sources

RouterPoint[] targets

System.Single max

Back to top Built by Itinero, MIT licensed.