Class Specialization
Packed Pair
Stores two arbitrary objects. Saves memory by disabling memory alignment.
Pair
Packed Pair
Pair<T1, T2, Compressed>
Include Headers
seqan/basic.h
Parameters
T1
The type of the first object.
T2
The type of the second object.
Remarks
Memory access could be slower. Direct access to members by pointers is not allowed on all platforms.
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:12