Class ManyToManyBidirectionalDykstra
An algorithm to calculate many-to-many weights based on a contraction hierarchy.
Inheritance
System.Object
ManyToManyBidirectionalDykstra<System.Single>
ManyToManyBidirectionalDykstra
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 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
|