Class Repeat
Store information about a repeat.

Defined in <seqan/index.h>
Signature template <typename TPos, typename TPeriod> struct Repeat;

Template Parameters

TPeriod Type to use for storing the repeat period. Default: 1
TPos Type to use for storing positions.

Member Variable Overview

See Also

Member Variables Detail

TPos Repeat::beginPosition

The begin position of the repeat of type TPos.

TPos Repeat::endPosition

The end position of the repeat of type TPos.

TPeriod Repeat::period

The period of the repeat of type TPeriod.