Spec ArrayGaps
Stores length of gap- and non-gap runs in an array.

Extends Gaps
All Extended Gaps
All Impl'd AssignableConcept, ContainerConcept, DestructibleConcept
Defined in <seqan/align.h>
Signature template <typename TSequence> class Gaps<TSequence, ArrayGaps>

Template Parameters

TSequence The type of the underling sequence.

Member Function Overview

Member Functions Inherited From AssignableConcept

Interface Function Overview

Interface Functions Inherited From Gaps

Interface Functions Inherited From AssignableConcept

Interface Functions Inherited From ContainerConcept

Interface Metafunction Overview

Interface Metafunctions Inherited From ContainerConcept

Member Functions Detail

Gaps::Gaps([other]); Gaps::Gaps(seq);

Constructor.

Parameters

other Other Gaps object to copy from.
seq Sequence concept to construct the gaps for.

Data Races

Thread safety unknown!