Class ManyToManyWeightsBidirectionalDykstra
An algorithm to calculate many-to-many weights based on a contraction hierarchy.
Inheritance
System.Object
ManyToManyWeightsBidirectionalDykstra<System.Single>
ManyToManyWeightsBidirectionalDykstra
Inherited Members
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
|
ManyToManyWeightsBidirectionalDykstra(RouterDb, Profile, WeightHandler<Single>, RouterPoint[], RouterPoint[], Single)
Creates a new algorithm.
Declaration
public ManyToManyWeightsBidirectionalDykstra(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
|