Function
getOccurrences
Returns all occurences of the representative substring in the index text.
getOccurrences(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_SA>::Type>::Type.
SeqAn - Sequence Analysis Library - www.seqan.de