#include <deque>
#include <limits>
Go to the source code of this file.
Classes | |
class | fcl::IntervalTree |
Interval tree. More... | |
class | fcl::IntervalTreeNode |
The node for interval tree. More... | |
struct | fcl::SimpleInterval |
Interval trees implemented using red-black-trees as described in the book Introduction_To_Algorithms_ by Cormen, Leisserson, and Rivest. Can be replaced in part by boost::icl::interval_set, which is only supported after boost 1.46 and does not support delete node routine. More... | |
Namespaces | |
namespace | fcl |
Main namespace. |