NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/packages/pkg_snp/ld/ld_ds.hpp>
#include <gui/packages/pkg_snp/ld/ld_glyph.hpp>
#include <gui/packages/pkg_snp/ld/ld_line.hpp>
#include <gui/packages/pkg_snp/utils/utils.hpp>
#include <gui/objutils/utils.hpp>
#include <gui/utils/app_job_dispatcher.hpp>
#include <gui/widgets/seq_graphic/histogram_glyph.hpp>
#include <objmgr/graph_ci.hpp>
#include <objmgr/seq_loc_mapper.hpp>
#include <objmgr/seq_map_switch.hpp>
#include <objmgr/seqdesc_ci.hpp>
#include <objmgr/table_field.hpp>
#include <objmgr/util/feature.hpp>
#include <objmgr/util/sequence.hpp>
#include <objects/seqres/Byte_graph.hpp>
#include <cmath>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CLDBlockJob |
CLDBlockJob. More... | |
Functions | |
USING_SCOPE (objects) | |
static bool | s_PassesFilter (const CMappedFeat &feat, CLDBlockDS::SParams ¶ms) |
Static Helper functions. More... | |
|
static |
Static Helper functions.
Definition at line 60 of file ld_ds.cpp.
References CLDBlockDS::SParams::filterLength, CLDBlockDS::SParams::filterScore, CUser_field_Base::GetData(), CSeq_feat_Base::GetData(), CUser_object::GetField(), CMappedFeat::GetOriginalFeature(), CUser_field_Base::C_Data::GetReal(), CMappedFeat::GetTotalRange(), CSeqFeatData_Base::GetUser(), and compile_time_bits::range().
Referenced by CLDBlockJob::x_LoadFtable().
USING_SCOPE | ( | objects | ) |