NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Typedefs | |
typedef std::list< CRef< objects::CSeq_loc > > | TSeqLocList |
typedef std::list< CRef< objects::CDelta_seq > > | TDeltaList |
Functions | |
void | XGappedSeqLocsToDeltaSeqs (const TSeqLocList &locs, TDeltaList &deltas) |
int | XDateCheck (const objects::CDate_std &date) |
typedef std::list<CRef<objects::CDelta_seq> > TDeltaList |
typedef std::list<CRef<objects::CSeq_loc> > TSeqLocList |
void XGappedSeqLocsToDeltaSeqs | ( | const TSeqLocList & | locs, |
TDeltaList & | deltas | ||
) |
Definition at line 91 of file xutils.cpp.
References delta(), CSeq_interval_Base::GetFrom(), CSeq_interval_Base::GetTo(), tag, unkseqlitdbtag, and XISAGappedSeqLoc().
Referenced by GetEmblInstContig(), GetGenBankInstContig(), and XMLGetInstContig().