(base-clear this b)
(in-blossom this v)
(set-base this b v)
(child this b n)
Get child for blossom b at index n, wrapping negative indices if necessary.
Get child for blossom b at index n, wrapping negative indices if necessary.
(base this b)
(childs-find this b t)
(endpoint this b n)
Get endpoint for blossom b at index n, wrapping negative indices if necessary.
Get endpoint for blossom b at index n, wrapping negative indices if necessary.
(set-parent this child parent)
(childs this b)
(endps-clear this b)
(endps this b)
(rotate-childs this b i)
Rotate the list of sub-blossoms to put the new base at the front.
Rotate the list of sub-blossoms to put the new base at the front.
(parent this b)
(trivial-blossom? this b)
(unused-add this b)
(set-endps this b node-list)
(childs-count this b)
(childs-clear this b)
(blossom-range this)
(unused-peek this)
(remove-parent this b)
(leaves this b)
(set-childs this b childs)
(vertex-range this)
(unused-pop this)
(set-in-blossom this v b)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close