QuickGraph


RootedAlgorithmBase<'TVertex, 'TGraph>

Namespace: QuickGraph.Algorithms

Constructors

ConstructorDescription
new(host, visitedGraph)
Signature: (host:IAlgorithmComponent * visitedGraph:'TGraph) -> unit

Instance members

Instance memberDescription
ClearRootVertex()
Signature: unit -> unit
Compute(rootVertex)
Signature: rootVertex:'TVertex -> unit
RootVertexChanged
Signature: IEvent<EventHandler,EventArgs>
SetRootVertex(rootVertex)
Signature: rootVertex:'TVertex -> unit
TryGetRootVertex(rootVertex)
Signature: rootVertex:byref<'TVertex> -> bool
Fork me on GitHub