Class
IntervalTree
A datastructure that efficiently stores intervals.
IntervalTree<TValue, TCargo>
Parameters
TValue
The value type.
TCargo
The cargo/id type.
Default: int
Remarks: If the intervals are not associated with cargos/IDs, they will be numbered consecutively.
SeqAn - Sequence Analysis Library - www.seqan.de