Show / Hide Table of Contents

Class DualGraphBuilder<T>

An algorithm to build a dual graph, turning edges into vertices.

Inheritance
System.Object
AlgorithmBase
DualGraphBuilder<T>
Inherited Members
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 class DualGraphBuilder<T> : AlgorithmBase, IAlgorithm where T : struct
Type Parameters
T

Constructors

DualGraphBuilder(Graph, DirectedMetaGraph, WeightHandler<T>, RestrictionCollection)

Creates a new dual graph builder.

Declaration
public DualGraphBuilder(Graph source, DirectedMetaGraph target, WeightHandler<T> weightHandler, RestrictionCollection restrictions)
Parameters
Graph source

DirectedMetaGraph target

WeightHandler<T> weightHandler

RestrictionCollection restrictions

Methods

DoRun(CancellationToken)

Executes the actual algorithm.

Declaration
protected override void DoRun(CancellationToken cancellationToken)
Parameters
CancellationToken cancellationToken

Overrides
AlgorithmBase.DoRun(CancellationToken)
Back to top Built by Itinero, MIT licensed.