Class BidirectionalIndex
A bidirectional index class.

Defined in <seqan/index.h>
Signature template <typename TText, typename TIndexSpec> class Index<TText, Bidirectional<TIndexSpec> >;

Template Parameters

TText The text type. Types: String, StringSet
TIndexSpec Unidirectional index used for constructing a bidirectional one.

Detailed Description

Structure

The BidirectionalIndex consists of two unidirectional indices that index the original text and the reverse text.