Spec HammingStringEnumerator
Enumerate all strings within a given edit distance of a "center string".

Extends StringEnumerator
All Extended StringEnumerator
Defined in <seqan/misc/edit_environment.h>
Signature template <typename TString, unsigned DISTANCE> class StringEnumerator<TString, EditEnvironment<HammingDistance, 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

See StringEnumerator for examples.