Class DirectedAugmentedWeightMatrixAlgorithm
An algorithm to calculate an augmented weight-matrix for a set of locations.
Inheritance
System.Object
DirectedWeightMatrixAlgorithm<Weight>
DirectedAugmentedWeightMatrixAlgorithm
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 DirectedAugmentedWeightMatrixAlgorithm : DirectedWeightMatrixAlgorithm<Weight>, IDirectedWeightMatrixAlgorithm<Weight>, IAlgorithm
Constructors
DirectedAugmentedWeightMatrixAlgorithm(RouterBase, IProfileInstance, Coordinate[], Weight)
Creates a new weight-matrix algorithm.
Declaration
public DirectedAugmentedWeightMatrixAlgorithm(RouterBase router, IProfileInstance profile, Coordinate[] locations, Weight max)
Parameters
RouterBase
router
|
IProfileInstance
profile
|
Coordinate[]
locations
|
Weight
max
|
DirectedAugmentedWeightMatrixAlgorithm(RouterBase, IProfileInstance, IMassResolvingAlgorithm, Weight)
Creates a new weight-matrix algorithm.
Declaration
public DirectedAugmentedWeightMatrixAlgorithm(RouterBase router, IProfileInstance profile, IMassResolvingAlgorithm massResolver, Weight max)
Parameters
RouterBase
router
|
IProfileInstance
profile
|
IMassResolvingAlgorithm
massResolver
|
Weight
max
|
DirectedAugmentedWeightMatrixAlgorithm(RouterBase, IProfileInstance, List<RouterPoint>, Weight)
Creates a new weight-matrix algorithm.
Declaration
public DirectedAugmentedWeightMatrixAlgorithm(RouterBase router, IProfileInstance profile, List<RouterPoint> resolvedLocations, Weight max)
Parameters
RouterBase
router
|
IProfileInstance
profile
|
List<RouterPoint>
resolvedLocations
|
Weight
max
|
Methods
BackwardVertexFound(Int32, UInt32, LinkedEdgePath<Weight>)
Called when a backward vertex was found.
Declaration
protected override bool BackwardVertexFound(int i, uint vertex, LinkedEdgePath<Weight> backwardVisit)
Parameters
System.Int32
i
|
System.UInt32
vertex
|
LinkedEdgePath<Weight>
backwardVisit
|
Returns
System.Boolean
|
Overrides
Itinero.Algorithms.Matrices.DirectedWeightMatrixAlgorithm<Weight>.BackwardVertexFound(System.Int32, System.UInt32, Itinero.Algorithms.LinkedEdgePath<Weight>)