Function
addSeeds
Adds several seeds to an existing set. If a merging or chaining algorithm is used seeds are added if the merging or chaining fails.
Include Headers
seqan/seeds.h
Parameters
|  The set to which the new seed sould be added. Types:  SeedSet | |
|   Content is copied to set. Types:  Container | |
|   Iterator pointing to the first value to add. | |
|   Iterator pointing just behind the last value to add. | |
|   The algorithm that should be used to add the new Seed. Types:  Seed Adding Remarks:  Note that not every algorithm can be used with each specialization of Seed. | 
See Also
SeqAn - Sequence Analysis Library - www.seqan.de