PbiRawBasicData¶
#include <pbbam/PbiRawData.h>
-
class
PacBio::BAM::PbiRawBasicData¶ The PbiRawBasicData class represents the raw data stored in the “BasicData” section of the PBI index.
Constructors & Related Methods
-
PbiRawBasicData()¶ Creates an empty data structure.
-
PbiRawBasicData(uint32_t numReads)¶ Creates an empty data structure, preallocating space for a known number of records.
-
PbiRawBasicData(const PbiRawBasicData &other)¶
-
PbiRawBasicData(PbiRawBasicData &&other)¶
-
PbiRawBasicData &
operator=(const PbiRawBasicData &other)¶
-
PbiRawBasicData &
operator=(PbiRawBasicData &&other)¶
Index Construction
-