|
FCL
0.6.0
Flexible Collision Library
|
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 () |
Public Attributes | |
| S | low |
| interval is defined as [low, high] | |
| S | high |
Interval trees implemented using red-black-trees as described in the book Introduction_To_Algorithms_ by Cormen, Leisserson, and Rivest.