MR_BIND_IGNORE void processSelfSubtasks(const AABBTree &tree, std::vector< NodeNode > &subtasks, std::vector< NodeNode > &nextSubtasks, std::function< Processing(const NodeNode &)> processLeaf, std::function< Processing(const Box3f &lBox, const Box3f &rBox)> processNodes)
This function process all subtasks in one tree left/right == right/left in this case,...