Struct it_recursion_node

Struct Documentation

struct it_recursion_node

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.

Public Members

IntervalTreeNode *start_node
unsigned int parent_index
bool try_right_branch