Interval trees implemented using red-black-trees as described in the book Introduction_To_Algorithms_ by Cormen, Leisserson, and Rivest. More...
#include <simple_interval.h>

| Public Member Functions | |
| virtual void | print () | 
| virtual | ~SimpleInterval () | 
| Public Attributes | |
| CoalScalar | high | 
| CoalScalar | low | 
| interval is defined as [low, high]  More... | |
Interval trees implemented using red-black-trees as described in the book Introduction_To_Algorithms_ by Cormen, Leisserson, and Rivest.
Definition at line 49 of file coal/broadphase/detail/simple_interval.h.
| 
 | virtual | 
Definition at line 48 of file coal/broadphase/detail/simple_interval-inl.h.
| 
 | virtual | 
Definition at line 53 of file coal/broadphase/detail/simple_interval-inl.h.
| CoalScalar coal::detail::SimpleInterval::high | 
Definition at line 56 of file coal/broadphase/detail/simple_interval.h.
| CoalScalar coal::detail::SimpleInterval::low | 
interval is defined as [low, high]
Definition at line 56 of file coal/broadphase/detail/simple_interval.h.