QuickGraph


Node<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms
Parent Module: ChromaticPolynomial

Constructors

ConstructorDescription
new(...)
Signature: (graph:UndirectedGraph<'TVertex,'TEdge> * parent:BaseNode<'TVertex,'TEdge> option * verticesToPaintIfChild:'TVertex list) -> Node<'TVertex,'TEdge>

CompiledName: .ctor

Instance members

Instance memberDescription
LeftChild()
Signature: unit -> BaseNode<'TVertex,'TEdge>

CompiledName: set_LeftChild

LeftChild()
Signature: unit -> unit

CompiledName: get_LeftChild

RightChild()
Signature: unit -> BaseNode<'TVertex,'TEdge>

CompiledName: set_RightChild

RightChild()
Signature: unit -> unit

CompiledName: get_RightChild

VerticesToPaintIfParent()
Signature: unit -> 'TVertex list

CompiledName: set_VerticesToPaintIfParent

VerticesToPaintIfParent()
Signature: unit -> unit

CompiledName: get_VerticesToPaintIfParent

Fork me on GitHub