NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbiapp.hpp>
#include <corelib/ncbiargs.hpp>
#include <corelib/ncbienv.hpp>
#include <util/bitset/bm.h>
#include <util/bitset/bmsparsevec_serial.h>
#include <util/bitset/bmsparsevec_compr.h>
#include <objmgr/object_manager.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/util/sequence.hpp>
#include <objtools/data_loaders/genbank/gbloader.hpp>
#include <objects/variation/Variation.hpp>
#include <objects/variation/VariantPlacement.hpp>
#include <objtools/snputil/snp_utils.hpp>
#include <gui/objutils/utils.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CTestBMApp |
Typedefs | |
typedef bm::sparse_vector< unsigned, bm::bvector<> > | svector |
Functions | |
USING_SCOPE (objects) | |
USING_SCOPE (ncbi) | |
int | NcbiSys_main (int argc, ncbi::TXChar *argv[]) |
typedef bm::sparse_vector<unsigned, bm::bvector<> > svector |
Definition at line 58 of file test_bm.cpp.
int NcbiSys_main | ( | int | argc, |
ncbi::TXChar * | argv[] | ||
) |
Definition at line 283 of file test_bm.cpp.
References CNcbiApplicationAPI::AppMain().
USING_SCOPE | ( | ncbi | ) |
USING_SCOPE | ( | objects | ) |