Class describes the information needed when we take the right branch in searching for intervals but possibly come back and check the left branch as well. More...
#include <interval_tree.h>
Public Attributes | |
unsigned int | parent_index |
IntervalTreeNode * | start_node |
bool | try_right_branch |
Class describes the information needed when we take the right branch in searching for intervals but possibly come back and check the left branch as well.
Definition at line 53 of file coal/broadphase/detail/interval_tree.h.
unsigned int coal::detail::it_recursion_node::parent_index |
Definition at line 57 of file coal/broadphase/detail/interval_tree.h.
IntervalTreeNode* coal::detail::it_recursion_node::start_node |
Definition at line 55 of file coal/broadphase/detail/interval_tree.h.
bool coal::detail::it_recursion_node::try_right_branch |
Definition at line 59 of file coal/broadphase/detail/interval_tree.h.