Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dialigner.hpp35 …virtual void SetQueryAnchor( int first, int last ) = 0; // last is included, should clear guide tr…
H A Dcaligner.hpp52 virtual void SetQueryAnchor( int first, int last ); // last included
250 inline void CAligner::SetQueryAnchor( int f, int l ) { m_anchorQ1 = f; m_anchorQ2 = l; m_guideTrans… in SetQueryAnchor() function in CAligner
H A Dcfilter.cpp122 m_aligner->SetQueryAnchor( offset, qpos2 ); in MatchConv()
H A Dcsamalignments.cpp620 aligner->SetQueryAnchor( qbb.GetFrom(), qbb.GetTo() ); in MakeExtended()