Class BamHeader
Stores the information of the BAM header.

Defined in <seqan/bam_io.h>
Signature class BamHeader;

Member Function Overview

Member Variable Overview

Member Functions Detail

BamHeader::BamHeader();

Constructor.

Only the the default constructor is provided.

void clear(header);

Clear BamHeader object.

Parameters

header The record to clear.

Member Variables Detail

TBamHeaderRecords BamHeader::records

TSequenceInfos BamHeader::sequenceInfos

AllocString of (seqId, length) with reference name / length information.

TSequenceInfos is a AllocString of Pair objects with entries CharString and __int32.