s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
Node._isLeaf
s2
util
container
btree
BTree
Node
A flag indicating whether the node is a leaf node or not.
class
Node
package
bool
_isLeaf
;
Meta
Source
See Implementation
s2
util
container
btree
BTree
Node
functions
findFirstGE
findFirstGEIndex
findFirstGT
findFirstGTIndex
getChild
getValue
getValues
insertNonFull
isFull
isLeaf
isRoot
leftmost
numChildren
numValues
remove
rightmost
setChild
splitChild
toString
variables
_children
_isLeaf
_numValues
_parent
_position
_values
A flag indicating whether the node is a leaf node or not.