Function
createLcpTable
Creates a lcp table from a given text and suffix array.
createLcpTable(lcp, text, suffixArray[, algo_tag])
Include Headers
seqan/index.h
Parameters
lcp
The resulting lcp table.
text
A given text.
suffixArray
The suffix array of text.
algo_tag
A tag that identifies the algorithm which is used for creation.
Remarks
This function should not be called directly. Please use indexCreate or indexRequire. The size of lcp must be at least length(text) before calling this function.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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