MutablePointTree
One leaf PointTree whose order of points can be changed. This class is useful for codecs to optimize flush.
Properties
Functions
Link copied to clipboard
Clone, the current node becomes the root of the new tree.
Link copied to clipboard
Move to the first child node and return true upon success. Returns false for leaf nodes and true otherwise.
Link copied to clipboard
Move to the parent node and return true upon success. Returns false for the root node and true otherwise.
Link copied to clipboard
Move to the next sibling node and return true upon success. Returns false if the current node has no more siblings.
Link copied to clipboard
Visit all the docs below the current node.
Link copied to clipboard
Visit all the docs and values below the current node.