38 #ifndef FCL_INTERVAL_TREE_H 39 #define FCL_INTERVAL_TREE_H 45 #include "fcl/broadphase/detail/interval_tree_node.h" 59 unsigned int parent_index;
61 bool try_right_branch;
99 std::deque<SimpleInterval<S>*> query(S low, S high);
128 unsigned int recursion_node_stack_size;
130 unsigned int current_parent;
131 unsigned int recursion_node_stack_top;
140 #include "fcl/broadphase/detail/interval_tree-inl.h" Main namespace.
Definition: broadphase_bruteforce-inl.h:45
Class describes the information needed when we take the right branch in searching for intervals but p...
Definition: interval_tree.h:54
Interval trees implemented using red-black-trees as described in the book Introduction_To_Algorithms_...
Definition: simple_interval.h:50
The node for interval tree.
Definition: interval_tree_node.h:54
Interval tree.
Definition: interval_tree.h:72