Spec GappedShape
A fixed gapped shape.

Extends Shape
All Extended Shape
All Subcl's HardwiredShape
Defined in <seqan/index.h>
Signature template <typename TValue, typename TSpec> class Shape<TValue, GappedShape<TSpec> >;

Template Parameters

TSpec A structure to store the shape at compile-time. Types: HardwiredShape
TValue The Value type of the string the shape is applied to (e.g. Dna).

Interface Function Overview

Interface Functions Inherited From Shape

Interface Metafunction Overview

Interface Metafunctions Inherited From Shape

Detailed Description

There are predefined shapes in index/shape_predefined.h. You can simply use them with Shape<TValue, ShapePatternHunter> for example.

See Also