Class
Pair
Stores two arbitrary objects.
Pair<T1[, T2[, TSpec]]>
Parameters
T1
The type of the first object.
T2
The type of the second object.
Default: T1
TSpec
The specializing type.
Default: void, no compression (faster access).
Specializations
Bit Compressed PairStores two arbitrary objects. Saves memory by packing bits with bit fields.
Packed PairStores two arbitrary objects. Saves memory by disabling memory alignment.
Data Members
i1T1 object
i2T2 object
Member Functions
PairConstructor
Functions
getSeqNoReturns the sequence number of a position.
getSeqOffsetReturns the local sequence offset of a position.
posGlobalizeConverts a local/global to a global position.
posLocalizeConverts a local/global to a local position.
posLocalToXConverts a local to a local/global position.
posLocalToXConverts a local to a local/global position.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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