Function
endPosition
Return the clipping end position as a source position.
TPosition endPosition(gaps)
Include Headers
seqan/align.h
Parameters
gaps
The Gaps object to query.
Types: Gaps
Return Values
The end position of the current clipped view in the source.
Types: Position
Member of
Examples
In the following gaps configuration, the result of endPosition(gaps) is 4.
clipping                   [     )
  (half-open interval)
 
gapped sequence:          X--XXX-XX-
 
source position:          0111234456
unclipped view position:  0123456789
clipped view position:     0123456
SeqAn - Sequence Analysis Library - www.seqan.de
 

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