Spec HammingSimplePattern
A brute force online searching algorithm for approximate string matching with hamming distance.

Extends Pattern
All Extended Pattern
Defined in <seqan/find.h>
Signature template <typename TNeedle> class Pattern<TNeedle, HammingSimple>;

Template Parameters

TNeedle The needle type. Types: String

Interface Function Overview

Interface Functions Inherited From Pattern

Interface Metafunction Overview

Interface Metafunctions Inherited From Pattern

Detailed Description

This specialization should only be used if no other is applicable or for verification purposes.