NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbiapp.hpp>
#include <corelib/ncbienv.hpp>
#include <corelib/ncbiargs.hpp>
#include <corelib/ncbistl.hpp>
#include <corelib/ncbitime.hpp>
#include <serial/iterator.hpp>
#include <serial/objistr.hpp>
#include <serial/objostr.hpp>
#include <serial/serial.hpp>
#include <objects/seq/Bioseq.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objects/seqset/Seq_entry.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <objects/submit/Seq_submit.hpp>
#include <objmgr/object_manager.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/bioseq_ci.hpp>
#include <objmgr/util/sequence.hpp>
#include <objtools/cleanup/cleanup.hpp>
#include <algo/align/prosplign/prosplign.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CMytestApplication |
Functions | |
USING_SCOPE (objects) | |
USING_SCOPE (sequence) | |
string | SeqLocString (const CSeq_loc &loc) |
int | main (int argc, const char *argv[]) |
Variables | |
USING_NCBI_SCOPE | |
Definition at line 720 of file speedtest.cpp.
References CNcbiApplicationAPI::AppMain(), and eDS_Default.
Definition at line 220 of file speedtest.cpp.
References CSeq_loc::GetLabel(), and str().
Referenced by CMytestApplication::TestFeatureGeneOverlap().
USING_SCOPE | ( | objects | ) |
USING_SCOPE | ( | sequence | ) |
USING_NCBI_SCOPE |
Definition at line 60 of file speedtest.cpp.