preorder_breadth_first_search# brainglobe_atlasapi.structure_tree_util.preorder_breadth_first_search(tree: Tree) → Generator[Node, None, None][source]# Yield nodes in a pre-order breadth first traversal of the tree.