Function
hash2Next
Computes a unique hash value for the adjacent shape, even if it is shorter than q.
hash2Next(shape, it)
Parameters
shape
Shape to be used for hashing the q-gram.
Types: Shape
it
Sequence iterator pointing to the first character of the adjacent shape.
Return Values
Hash value of the shape.
Remarks
hash has to be called before with shape on the left adjacent q-gram.
SeqAn - Sequence Analysis Library - www.seqan.de