Home
last modified time | relevance | path

Searched refs:AlignedOffsets (Results 1 – 1 of 1) sorted by relevance

/dports/biology/pbbam/pbbam-0.18.0/src/
H A DBamRecord.cpp86 static std::pair<int32_t, int32_t> AlignedOffsets(const BamRecord& record, const int seqLength) in AlignedOffsets() function
499 const auto alignedOffsets = internal::AlignedOffsets(*this, seqLength); in CalculateAlignedPositions()