Spec LevenshteinStringEnumerator
Enumerate all strings within a given edit distance of a "center string" (of edit distance < 3).

Extends StringEnumerator
All Extended StringEnumerator
Defined in <seqan/misc/edit_environment.h>
Signature template <typename TString, unsigned DISTANCE> class StringEnumerator<TString, EditEnvironment<LevenshteinDistance, DISTANCE> >;

Template Parameters

TString Type of the string to enumerate the environment of.
DISTANCE The maximal distance to generate strings with.

Member Function Overview

Member Functions Inherited From StringEnumerator

Interface Function Overview

Interface Functions Inherited From StringEnumerator

Interface Metafunction Overview

Interface Metafunctions Inherited From StringEnumerator

Member Variable Overview

Member Variables Inherited From StringEnumerator

Detailed Description

Note:

The LevenshteinStringEnumerator#length function does not work for DISTANCE > 2.

See StringEnumerator for examples.