Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/read_blast_result/
H A Dtbl.hpp116 const Ttbl_feat& GetFeat(void) const { return m_feat; } ; in GetFeat()
117 Ttbl_feat& SetFeat(void) { return m_feat; } ; in SetFeat()
118 void SetFeat(Ttbl_feat& value) { m_feat = value; } ; in SetFeat()
120 Ttbl_feat m_feat; member in Ctbl
H A Dtbl.cpp48 m_feat.push_back(feat); in Read()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dfeature_match.cpp147 CMatchFeat::CMatchFeat(const CMappedFeat &feat) : m_feat(feat.GetSeq_feat()) in CMatchFeat()
149 m_pos_start = m_feat->GetLocation().GetStart(eExtreme_Positional); in CMatchFeat()
150 m_pos_stop = m_feat->GetLocation().GetStop(eExtreme_Positional); in CMatchFeat()
179 TSeqPos mrna_start = m_feat->GetLocation().GetStart(eExtreme_Biological); in MatchesUnderlyingCDS()
180 TSeqPos mrna_stop = m_feat->GetLocation().GetStop(eExtreme_Biological); in MatchesUnderlyingCDS()
236 TSeqPos mrna_start = m_feat->GetLocation().GetStart(eExtreme_Biological); in MatchAnyUnderlyingCDS()
237 TSeqPos mrna_stop = m_feat->GetLocation().GetStop(eExtreme_Biological); in MatchAnyUnderlyingCDS()
286 match->SetCDS(*m_feat); in AssignSinglemRNA()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/validator/
H A Dfeature_match.hpp45 return *m_feat; in GetFeat()
76 CConstRef<CSeq_feat> m_feat; member in CMatchFeat