Class
IntervalTreeNode
Element of IntervalTree.
IntervalTreeNode | |||||||||||||||||
![]() | ![]() | ||||||||||||||||
|
Include Headers
seqan/misc/misc_interval_tree.h
Parameters
The type of interval to store. | |
The type of interval to store. Metafunctions: Spec Default: StorePointsOnly. |
Specializations
An Interval Tree Node that stores intervals explicitely in each node. | |
Spec for IntervalTreeNode that stores only the relevant point in each node meaning the endpoint of the interval in the list sorted by endpoints (list2) and only the beginpoint of the interval in the list sorted by beginpoints (list1). |
Metafunctions
Type of additional data stored in an object. | |
Type of lists in tree nodes. | |
Type of the items in the container or behind an iterator. |
Data Members
The center of the interval of type TValue. | |
Sorted list of pointers to intervals, sorted in ascending according to their left boundary points. | |
Sorted list of pointers to intervals, sorted in descending according to their right boundary points. |
Member Functions
Default constructor. |
SeqAn - Sequence Analysis Library - www.seqan.de