Class
IntervalAndCargo
A simple record type that stores an interval and a cargo value.
IntervalAndCargo<TValue, TCargo>
Include Headers
seqan/misc/misc_interval_tree.h
Parameters
TValue
The value type, that is the type of the interval borders.
Metafunctions: Value
Default: int.
TCargo
The cargo type.
Metafunctions: Cargo
Default: int.
Metafunctions
CargoType of additional data stored in an object.
ValueType of the items in the container or behind an iterator.
Member Functions
IntervalAndCargoConstructor.
Functions
addIntervalAdds an interval to an interval tree.
cargoAccess to the cargo.
getCargoGet method for the edge cargo.
getLeftBoundaryGet method for the left boundary.
getRightBoundaryGet method for the right boundary.
leftBoundaryAccess to the left boundary.
rightBoundaryAccess to the right boundary.
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de
 

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