Class ManyToManyWeightsBidirectionalDykstra<T>
An algorithm to calculate many-to-many weights based on a contraction hierarchy.
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 class ManyToManyWeightsBidirectionalDykstra<T> : AlgorithmBase, IAlgorithm where T : struct
Type Parameters
T
|
Constructors
ManyToManyWeightsBidirectionalDykstra(RouterDb, Profile, WeightHandler<T>, RouterPoint[], RouterPoint[], T)
Creates a new algorithm.
Declaration
public ManyToManyWeightsBidirectionalDykstra(RouterDb routerDb, Profile profile, WeightHandler<T> weightHandler, RouterPoint[] sources, RouterPoint[] targets, T max)
Parameters
RouterDb
routerDb
|
Profile
profile
|
WeightHandler<T>
weightHandler
|
RouterPoint[]
sources
|
RouterPoint[]
targets
|
T
max
|
Properties
Weights
Gets the weights.
Declaration
public T[][] Weights { get; }
Property Value
T[][]
|
Methods
DoRun(CancellationToken)
Executes the actual run.
Declaration
protected override void DoRun(CancellationToken cancellationToken)
Parameters
CancellationToken
cancellationToken
|