Class
PrefixSumTable
The prefix-sum table is a data structure which stores for each character the number of smaller lexicographic smaller characters in a given text.
PrefixSumTable<TChar, TSpec>
Include Headers
seqan/Index.h
Parameters
TChar
The character type
TSpec
A specialisation tag.
Default: void
Functions
createPrefixSumTableCreates the prefix sum table
getAlphabetSizeReturns the number of different characters in the prefix sum table.
getCharacterReturns the character of a given position within the prefix sum table.
getCharacterPositionReturns the position of a given character within the prefix sum table.
getFibreReturns a specific fibre of a prefix-sum table.
getPrefixSumReturns the prefix sum of a given position.
getvalueReturns the prefix sum of a given position.
openThis functions loads a prefix-sum table from disk.
prefixSumReturns a reference to the entry of the prefix sum table of a given position.
resizeResize the prefix sum table to be able to store more or less characters.
saveThis functions saves a prefix-sum table to disk.
setPrefixSumReturns a reference to the entry of the prefix-sum table of a given position.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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