Trees module

class bsb.trees.TreeCollection(name, handler)[source]

Keeps track of a collection of KDTrees in cooperation with a TreeHandler.

bsb.trees.is_valid_tree_name(name)[source]

Validate whether a given string is fit to be the name of a tree in a TreeCollection. Must not contain any plus signs, parentheses or colons.