Class TreeBuilder
A tree builder.
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 class TreeBuilder : AlgorithmBase, IAlgorithm
Constructors
TreeBuilder(GeometricGraph, IEdgeVisitor<Single>)
Creates a new tree builder.
Declaration
public TreeBuilder(GeometricGraph graph, IEdgeVisitor<float> edgeVisitor)
Parameters
GeometricGraph
graph
|
IEdgeVisitor<System.Single>
edgeVisitor
The algorithm that visits the edges. |
Properties
Tree
Gets all visited edges.
Declaration
public Tree Tree { get; }
Property Value
Tree
|
Methods
DoRun(CancellationToken)
Executes the actual algorithm.
Declaration
protected override void DoRun(CancellationToken cancellationToken)
Parameters
CancellationToken
cancellationToken
|