Class DirectedGraphBuilder
Builds a directed graph from a regular graph.
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 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
|