Class
PointAndCargo
Simple record class storing a point (one-value interval) and a cargo.
PointAndCargo<TValue, TCargo>
Include Headers
seqan/misc/misc_interval_tree.h
Parameters
TValue
Metafunctions: Value
Default: int.
TCargo
Metafunctions: Value
Default: int.
Metafunctions
CargoType of additional data stored in an object.
ValueType of the items in the container.
Data Members
cargoThe stored cargo of type TCargo.
cargoThe stored cargo of type TCargo.
i1The first element in the interval of type i1.
i2The last element in the interval of type i2.
pointThe stored point of type TValue.
Member Functions
PointAndCargoConstructor.
PointAndCargoConstructor.
Functions
cargoAccess to the cargo.
getLeftBoundaryGet method for the left boundary.
getRightBoundaryGet method for the right boundary.
leftBoundaryAccess to the right boundary.
rightBoundaryAccess to the right boundary.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:00