Node<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms
Parent Module: ChromaticPolynomial
Constructors
Constructor | Description |
new(...)
Signature: (graph:UndirectedGraph<'TVertex,'TEdge> * parent:BaseNode<'TVertex,'TEdge> option * verticesToPaintIfChild:'TVertex list) -> Node<'TVertex,'TEdge>
|
CompiledName: .ctor
|
Instance members
Instance member | Description |
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
|