Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/edit/
H A Dgaps_edit.hpp68 void ConvertNs2Gaps(CSeq_entry& entry);
70 void ConvertNs2Gaps(CBioseq& bioseq);
72 void ConvertNs2Gaps(CBioseq::TInst& inst);
73 void ConvertNs2Gaps(const CSeq_data& data, TSeqPos len, CDelta_ext& ext);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/edit/
H A Dgaps_edit.hpp68 void ConvertNs2Gaps(CSeq_entry& entry);
70 void ConvertNs2Gaps(CBioseq& bioseq);
72 void ConvertNs2Gaps(CBioseq::TInst& inst);
73 void ConvertNs2Gaps(const CSeq_data& data, TSeqPos len, CDelta_ext& ext);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/
H A Dgaps_edit.cpp264 void CGapsEditor::ConvertNs2Gaps(const CSeq_data& data, TSeqPos len, CDelta_ext& ext) in ConvertNs2Gaps() function in CGapsEditor
296 void CGapsEditor::ConvertNs2Gaps(CBioseq::TInst& inst) in ConvertNs2Gaps() function in CGapsEditor
305 ConvertNs2Gaps(data, inst.GetLength(), ext); in ConvertNs2Gaps()
315 void CGapsEditor::ConvertNs2Gaps(CBioseq& bioseq) in ConvertNs2Gaps() function in CGapsEditor
319 ConvertNs2Gaps(bioseq.SetInst()); in ConvertNs2Gaps()
350 ConvertNs2Gaps(lit.GetSeq_data(), lit.GetLength(), dst_data); in ConvertNs2Gaps()
403 void CGapsEditor::ConvertNs2Gaps(objects::CSeq_entry& entry) in ConvertNs2Gaps() function in CGapsEditor
412 ConvertNs2Gaps(entry.SetSeq()); in ConvertNs2Gaps()
418 ConvertNs2Gaps(**it); in ConvertNs2Gaps()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dgaps_edit.cpp264 void CGapsEditor::ConvertNs2Gaps(const CSeq_data& data, TSeqPos len, CDelta_ext& ext) in ConvertNs2Gaps() function in CGapsEditor
296 void CGapsEditor::ConvertNs2Gaps(CBioseq::TInst& inst) in ConvertNs2Gaps() function in CGapsEditor
305 ConvertNs2Gaps(data, inst.GetLength(), ext); in ConvertNs2Gaps()
315 void CGapsEditor::ConvertNs2Gaps(CBioseq& bioseq) in ConvertNs2Gaps() function in CGapsEditor
319 ConvertNs2Gaps(bioseq.SetInst()); in ConvertNs2Gaps()
350 ConvertNs2Gaps(lit.GetSeq_data(), lit.GetLength(), dst_data); in ConvertNs2Gaps()
403 void CGapsEditor::ConvertNs2Gaps(objects::CSeq_entry& entry) in ConvertNs2Gaps() function in CGapsEditor
412 ConvertNs2Gaps(entry.SetSeq()); in ConvertNs2Gaps()
418 ConvertNs2Gaps(**it); in ConvertNs2Gaps()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/table2asn/
H A Dmultireader.cpp276 gap_edit.ConvertNs2Gaps(*entry); in xReadASN1Text()