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

Extends Gaps
All Extended Gaps
All Impl'd AssignableConcept, ContainerConcept, DestructibleConcept, ForwardContainerConcept, RandomAccessContainerConcept, ReversibleContainerConcept, SequenceConcept
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

Member Functions Inherited From RandomAccessContainerConcept

Interface Function Overview

Interface Functions Inherited From Gaps

Interface Functions Inherited From AssignableConcept

Interface Functions Inherited From ContainerConcept

Interface Functions Inherited From RandomAccessContainerConcept

Interface Functions Inherited From SequenceConcept

Interface Metafunction Overview

Interface Metafunctions Inherited From ContainerConcept

Interface Metafunctions Inherited From SequenceConcept

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.