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...
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 59 of file interval_tree.cpp.
unsigned int fcl::it_recursion_node::parent_index |
Definition at line 64 of file interval_tree.cpp.
Definition at line 62 of file interval_tree.cpp.
Definition at line 66 of file interval_tree.cpp.