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 | |
| S | high |
| S | 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 52 of file simple_interval.h.
|
virtual |
Definition at line 52 of file simple_interval-inl.h.
|
virtual |
Definition at line 59 of file simple_interval-inl.h.
| S fcl::detail::SimpleInterval< S >::high |
Definition at line 60 of file simple_interval.h.
| S fcl::detail::SimpleInterval< S >::low |
interval is defined as [low, high]
Definition at line 60 of file simple_interval.h.