Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dchainer.cpp396 TSignedSeqRange other_lim_for_nested = other_chain.Limits(); in HarborsNested() local
398 other_lim_for_nested = other_chain.RealCdsLimits(); in HarborsNested()
400 return HarborsRange(other_lim_for_nested, check_in_holes); in HarborsNested()
408 TSignedSeqRange other_lim_for_nested = other_gene.Limits(); in HarborsNested() local
410 other_lim_for_nested = other_gene.RealCdsLimits(); in HarborsNested()
412 return HarborsRange(other_lim_for_nested, check_in_holes); in HarborsNested()
5985 other_lim_for_nested = other_chain.RealCdsLimits(); in HarborsNested()
5987 if(lim_for_nested.IntersectingWith(other_lim_for_nested)) in HarborsNested()
6000 TSignedSeqRange other_lim_for_nested = other_gene.Limits(); in HarborsNested() local
6002 other_lim_for_nested = other_gene.RealCdsLimits(); in HarborsNested()
[all …]