NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objmgr/split/blob_splitter_impl.hpp>
#include <objmgr/split/split_exceptions.hpp>
#include <serial/objostr.hpp>
#include <serial/serial.hpp>
#include <serial/iterator.hpp>
#include <objects/general/Object_id.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objects/seqloc/Seq_loc.hpp>
#include <objects/seqloc/Seq_interval.hpp>
#include <objects/seqset/Seq_entry.hpp>
#include <objects/seqset/Bioseq_set.hpp>
#include <objects/seq/seq__.hpp>
#include <objects/seqalign/Seq_align.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <objects/seqres/Seq_graph.hpp>
#include <objects/seqsplit/ID2S_Chunk_Id.hpp>
#include <objects/seqsplit/ID2S_Chunk.hpp>
#include <objmgr/split/blob_splitter.hpp>
#include <objmgr/split/object_splitinfo.hpp>
#include <objmgr/split/annot_piece.hpp>
#include <objmgr/split/asn_sizer.hpp>
#include <objmgr/split/chunk_info.hpp>
#include <objmgr/split/place_id.hpp>
#include <objmgr/impl/seq_table_info.hpp>
#include <objmgr/impl/handle_range_map.hpp>
#include <objmgr/scope.hpp>
#include <objmgr/seq_map.hpp>
#include <objmgr/error_codes.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | NCBI_USE_ERRCODE_X ObjMgr_BlobSplit |
Functions | |
NCBI_DEFINE_ERR_SUBCODE_X (12) | |
template<class C > | |
C & | NonConst (const C &c) |
Variables | |
static CSafeStatic< CAsnSizer > | s_Sizer |
static CSafeStatic< CSize > | small_annot |
#define NCBI_USE_ERRCODE_X ObjMgr_BlobSplit |
Definition at line 74 of file blob_splitter_parser.cpp.
NCBI_DEFINE_ERR_SUBCODE_X | ( | 12 | ) |
Definition at line 84 of file blob_splitter_parser.cpp.
References C.
Referenced by CBlobSplitterImpl::CopySkeleton().
|
static |
Definition at line 95 of file blob_splitter_parser.cpp.
Referenced by CBlobSplitterImpl::CopySkeleton().
|
static |
Definition at line 96 of file blob_splitter_parser.cpp.
Referenced by CBlobSplitterImpl::CopyAnnot(), and CBlobSplitterImpl::CopySkeleton().