Function
getOccurrencesBWT
Returns the characters left beside all occurence of the representative substring in the index text.
getOccurrencesBWT(iterator)
Parameters
iterator
An iterator of a Suffix Tree.
Return Values
All positions where the representative of iterator occurs in the text (see ESA_Text). If iterator's container type is TIndex the return type is Infix<Fibre<TIndex, ESA_BWT>::Type>::Type.
SeqAn - Sequence Analysis Library - www.seqan.de