Show / Hide Table of Contents

Class DykstraWitnessCalculator

A witness calculator based on dykstra's algorithm.

Inheritance
System.Object
DykstraWitnessCalculator<System.Single>
DykstraWitnessCalculator
Inherited Members
DykstraWitnessCalculator<Single>.Calculate(DirectedDynamicGraph, Func<UInt32, IEnumerable<UInt32[]>>, UInt32, List<UInt32>, List<Single>, EdgePath<Single>[], EdgePath<Single>[], UInt32)
DykstraWitnessCalculator<Single>.ExistsOneHop(DirectedDynamicGraph, UInt32, List<UInt32>, List<Single>, EdgePath<Single>[], EdgePath<Single>[])
DykstraWitnessCalculator<Single>.HopLimit
DykstraWitnessCalculator<Single>.MaxSettles
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 DykstraWitnessCalculator : DykstraWitnessCalculator<float>, IWitnessCalculator<float>

Constructors

DykstraWitnessCalculator(Int32)

Creates a new witness calculator.

Declaration
public DykstraWitnessCalculator(int hopLimit)
Parameters
System.Int32 hopLimit

DykstraWitnessCalculator(Int32, Int32)

Creates a new witness calculator.

Declaration
public DykstraWitnessCalculator(int hopLimit, int maxSettles)
Parameters
System.Int32 hopLimit

System.Int32 maxSettles

Back to top Built by Itinero, MIT licensed.