Spec OneGappedShape
A variable shape with one optional gap.

Extends Shape
All Extended Shape
Defined in <seqan/index.h>
Signature template <typename TValue> class Shape<TValue, OneGappedShape>;

Template Parameters

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

A OneGappedShape must be initialized first with a valid shape. To do so, call stringToShape.

See Also