FileIndices

#include <pbbam/DataSetTypes.h>
class PacBio::BAM::FileIndices

The FileIndices class represents a FileIndices element in DataSetXML.

The FileIndices element is essentially just a list of FileIndex elements, providing information about a data file’s index files (e.g. for BAM files this will usually be *.bai and/or *.pbi).

Inherits from internal::DataSetListElement< FileIndex >

Public Functions

FileIndices()

Creates an empty index list.

void Add(const FileIndex &index)

Adds a FileIndex to this list.

void Remove(const FileIndex &index)

Removes a FileIndex from this list.