Class Specialization
Interval Tree Node
An Interval Tree Node that stores intervals explicitely in each node.
IntervalTreeNode
Interval Tree Node
IntervalTreeNode<TInterval, StoreIntervals>
Include Headers
seqan/misc/misc_interval_tree.h
Parameters
TInterval
The interval type to store in the node.
Specialization of
Metafunctions
CargoType of additional data stored in an object. (IntervalTreeNode)
ListTypeType of lists in tree nodes. (IntervalTreeNode)
ValueType of the items in the container or behind an iterator. (IntervalTreeNode)
Data Members
centerThe center of the interval of type TValue. (IntervalTreeNode)
list1Sorted list of pointers to intervals, sorted in ascending according to their left boundary points. (IntervalTreeNode)
list2Sorted list of pointers to intervals, sorted in descending according to their right boundary points. (IntervalTreeNode)
Member Functions
IntervalTreeNodeDefault constructor. (IntervalTreeNode)
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:38