Show / Hide Table of Contents

Class DirectedGraphBuilder

Builds a directed graph from a regular graph.

Inheritance
System.Object
AlgorithmBase
DirectedGraphBuilder<System.Single>
DirectedGraphBuilder
Inherited Members
DirectedGraphBuilder<Single>.DoRun(CancellationToken)
AlgorithmBase.HasRun
AlgorithmBase.HasSucceeded
AlgorithmBase.ErrorMessage
AlgorithmBase.CheckHasRun()
AlgorithmBase.CheckHasRunAndHasSucceeded()
AlgorithmBase.Run()
AlgorithmBase.Run(CancellationToken)
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 DirectedGraphBuilder : DirectedGraphBuilder<float>, IAlgorithm

Constructors

DirectedGraphBuilder(Graph, DirectedDynamicGraph, DefaultWeightHandler)

Creates a new graph builder.

Declaration
public DirectedGraphBuilder(Graph source, DirectedDynamicGraph target, DefaultWeightHandler weightHandler)
Parameters
Graph source

DirectedDynamicGraph target

DefaultWeightHandler weightHandler

DirectedGraphBuilder(Graph, DirectedDynamicGraph, Func<UInt16, Factor>)

Creates a new graph builder.

Declaration
public DirectedGraphBuilder(Graph source, DirectedDynamicGraph target, Func<ushort, Factor> getFactor)
Parameters
Graph source

DirectedDynamicGraph target

Func<System.UInt16, Factor> getFactor

Back to top Built by Itinero, MIT licensed.