Show / Hide Table of Contents

Class ManyToManyWeightsBidirectionalDykstra

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

Inheritance
System.Object
AlgorithmBase
ManyToManyWeightsBidirectionalDykstra<System.Single>
ManyToManyWeightsBidirectionalDykstra
Inherited Members
ManyToManyWeightsBidirectionalDykstra<Single>.DoRun(CancellationToken)
ManyToManyWeightsBidirectionalDykstra<Single>.Weights
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 ManyToManyWeightsBidirectionalDykstra : ManyToManyWeightsBidirectionalDykstra<float>, IAlgorithm

Constructors

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

Creates a new algorithm.

Declaration
public ManyToManyWeightsBidirectionalDykstra(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

Back to top Built by Itinero, MIT licensed.