Class IntervalTreeNode
Element of IntervalTree.

All Subcl's StoreIntervalsIntervalTreeNode, StorePointsOnlyIntervalTreeNode
Defined in <seqan/misc/misc_interval_tree.h>
Signature template <typename TInterval[, typename TSpec]> class IntervalTreeNode;

Template Parameters

TInterval The type to use for intervals.
TSpec The specializing tag. Default: StorePointsOnly.

Interface Metafunction Overview

Interface Metafunctions Detail

Cargo<TNode>::Type;

Return cargo type.

ListType<T>::Type;

Type of the lists in tree nodes.

Value<TNode>::Type;

Return value type.