NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbi_param.hpp>
#include <corelib/ncbiapp.hpp>
#include <corelib/ncbiargs.hpp>
#include <corelib/ncbimisc.hpp>
#include <corelib/ncbistr.hpp>
#include <corelib/ncbistre.hpp>
#include <objects/seq/seq_id_handle.hpp>
#include <objects/seqfeat/Imp_feat.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <objmgr/feat_ci.hpp>
#include <objmgr/object_manager.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/util/create_defline.hpp>
#include <objmgr/util/feature.hpp>
#include <objmgr/util/sequence.hpp>
#include <objtools/data_loaders/genbank/gbloader.hpp>
#include <serial/objistr.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CFeatTreeSampleApp |
Functions | |
USING_SCOPE (ncbi::objects) | |
USING_SCOPE (ncbi::objects::sequence) | |
int | NcbiSys_main (int argc, ncbi::TXChar *argv[]) |
Variables | |
USING_NCBI_SCOPE | |
int NcbiSys_main | ( | int | argc, |
ncbi::TXChar * | argv[] | ||
) |
Definition at line 261 of file feattree_sample.cpp.
References CNcbiApplicationAPI::AppMain().
USING_SCOPE | ( | ncbi::objects | ) |
USING_SCOPE | ( | ncbi::objects::sequence | ) |
USING_NCBI_SCOPE |
Definition at line 67 of file feattree_sample.cpp.