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