Class
StringEnumerator
Class to enumerate all strings within a given edit/Hamming distance.
StringEnumerator | |||||||||||||||||
![]() | ![]() | ||||||||||||||||
|
Include Headers
seqan/misc/edit_environment.h
Parameters
Type of the string to enumerate the environment of. | |
Specialization. |
Specializations
Enumerate all strings within a given edit distance of a "center string". | |
Enumerate all strings within a given edit distance of a "center string". |
Metafunctions
Type of an object that stores the difference between two iterators. | |
Type of the object a given object depends on. | |
Type of iterator objects that are used to traverse the container. | |
Type of an object that represents a position in a container. | |
Reference type. | |
Type of an object that is suitable to hold size information. | |
Type of the items in the container or behind an iterator. |
Data Members
Indicate whether to ignore substitutions in first or last character of string in Levenshtein mode (optimization for approximate search). |
Member Functions
Constructor |
Functions
The begin of a container. | |
The end of a container. | |
The number of items/characters. |
Examples
SeqAn - Sequence Analysis Library - www.seqan.de