NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <sra/readers/sra/graphread.hpp>
#include <sra/readers/ncbi_traces_path.hpp>
#include <corelib/ncbistr.hpp>
#include <corelib/ncbi_param.hpp>
#include <objects/general/general__.hpp>
#include <objects/seq/seq__.hpp>
#include <objects/seqset/seqset__.hpp>
#include <objects/seqloc/seqloc__.hpp>
#include <objects/seqalign/seqalign__.hpp>
#include <objects/seqres/seqres__.hpp>
#include <objects/seqtable/seqtable__.hpp>
#include <serial/objistrasnb.hpp>
#include <serial/serial.hpp>
#include <sra/error_codes.hpp>
#include <sra/readers/sra/kdbread.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | NCBI_USE_ERRCODE_X VDBGraphReader |
Functions | |
NCBI_DEFINE_ERR_SUBCODE_X (1) | |
BEGIN_NAMESPACE (objects) | |
NCBI_PARAM_DECL (bool, VDBGRAPH, USE_VDB_INDEX) | |
NCBI_PARAM_DEF_EX (bool, VDBGRAPH, USE_VDB_INDEX, true, eParam_NoThread, VDBGRAPH_USE_VDB_INDEX) | |
template<class DstVector , class SrcVector > | |
static void | sx_Assign (DstVector &dst, const SrcVector &src) |
END_NAMESPACE (objects) | |
Variables | |
BEGIN_NCBI_NAMESPACE | |
END_NCBI_NAMESPACE | |
#define NCBI_USE_ERRCODE_X VDBGraphReader |
Definition at line 53 of file graphread.cpp.
BEGIN_NAMESPACE | ( | objects | ) |
END_NAMESPACE | ( | objects | ) |
NCBI_DEFINE_ERR_SUBCODE_X | ( | 1 | ) |
NCBI_PARAM_DECL | ( | bool | , |
VDBGRAPH | , | ||
USE_VDB_INDEX | |||
) |
NCBI_PARAM_DEF_EX | ( | bool | , |
VDBGRAPH | , | ||
USE_VDB_INDEX | , | ||
true | , | ||
eParam_NoThread | , | ||
VDBGRAPH_USE_VDB_INDEX | |||
) |
|
static |
Definition at line 363 of file graphread.cpp.
References ITERATE.
Referenced by CVDBGraphSeqIterator::x_MakeGraph().
BEGIN_NCBI_NAMESPACE |
Definition at line 51 of file graphread.cpp.
END_NCBI_NAMESPACE |
Definition at line 875 of file graphread.cpp.