Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/struct_util/
H A Dsu_block_multiple_alignment.cpp304 unsigned int alignmentColumn, unsigned int row, eUnalignedJustification requestedJustification, in GetSequenceAndIndexAt() argument
317 requestedJustification = eLeft; in GetSequenceAndIndexAt()
319 requestedJustification = eRight; in GetSequenceAndIndexAt()
325 *index = blockInfo.block->GetIndexAt(blockInfo.blockColumn, row, requestedJustification); in GetSequenceAndIndexAt()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dblock_multiple_alignment.cpp418 unsigned int alignmentColumn, unsigned int row, eUnalignedJustification requestedJustification, in GetSequenceAndIndexAt() argument
429 requestedJustification = eLeft; in GetSequenceAndIndexAt()
431 requestedJustification = eRight; in GetSequenceAndIndexAt()
436 *index = blockInfo.block->GetIndexAt(blockInfo.blockColumn, row, requestedJustification); in GetSequenceAndIndexAt()