Class Specialization
Bit Compressed Pair
Stores two arbitrary objects. Saves memory by packing bits with bit fields.
Pair
Bit Compressed Pair
Pair<T1, T2, BitCompressed<BITSIZE1, BITSIZE2> >
Include Headers
seqan/basic.h
Parameters
T1
The type of the first object.
T2
The type of the second object.
BITSIZE1
Number of bits to store T1.
BITSIZE2
Number of bits to store T2.
Remarks
Memory access could be slower. Direct access to members by pointers is not allowed.
Specialization of
Data Members
i1T1 object
i2T2 object
Member Functions
PairConstructor
PairConstructor
Functions
getSeqNoReturns the sequence number of a position. (Pair)
getSeqOffsetReturns the local sequence offset of a position. (Pair)
posGlobalizeConverts a local/global to a global position. (Pair)
posLocalizeConverts a local/global to a local position. (Pair)
posLocalToXConverts a local to a local/global position. (Pair)
posLocalToXConverts a local to a local/global position. (Pair)
SeqAn - Sequence Analysis Library - www.seqan.de
 

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