NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objmgr/annot_selector.hpp>
#include <objmgr/impl/tse_info.hpp>
#include <objmgr/impl/seq_entry_info.hpp>
#include <objmgr/impl/seq_annot_info.hpp>
#include <objmgr/impl/annot_type_index.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <objmgr/seq_entry_handle.hpp>
#include <objmgr/seq_annot_handle.hpp>
#include <objmgr/objmgr_exception.hpp>
#include <objmgr/impl/handle_range_map.hpp>
#include <objects/seqset/Seq_entry.hpp>
#include <objects/seq/Seq_annot.hpp>
#include <algorithm>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
NCBI_PARAM_DECL (bool, OBJMGR, ADAPTIVE_DEPTH_BY_NAMED_ACC) | |
NCBI_PARAM_DEF (bool, OBJMGR, ADAPTIVE_DEPTH_BY_NAMED_ACC, true) | |
bool | ExtractZoomLevel (const string &full_name, string *acc_ptr, int *zoom_level_ptr) |
Extract optional zoom level suffix from named annotation string. More... | |
string | CombineWithZoomLevel (const string &acc, int zoom_level) |
Combine accession string and zoom level into a string with separator. More... | |
void | AddZoomLevel (string &acc, int zoom_level) |
Variables | |
static SAnnotSelector::TAdaptiveDepthFlags | s_DefaultAdaptiveDepthFlags = SAnnotSelector::kAdaptive_Default |
NCBI_PARAM_DECL | ( | bool | , |
OBJMGR | , | ||
ADAPTIVE_DEPTH_BY_NAMED_ACC | |||
) |
|
static |
Definition at line 636 of file annot_selector.cpp.
Referenced by SAnnotSelector::GetDefaultAdaptiveDepthFlags(), and SAnnotSelector::SetDefaultAdaptiveDepthFlags().