NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/seq_graphic/segment_map_ds.hpp>
#include <gui/widgets/seq_graphic/seqgraphic_job.hpp>
#include <gui/widgets/seq_graphic/seqgraphic_utils.hpp>
#include <gui/widgets/seq_graphic/segment_smear_glyph.hpp>
#include <gui/widgets/seq_graphic/seqgraphic_job_result.hpp>
#include <gui/widgets/seq_graphic/segment_glyph.hpp>
#include <gui/widgets/seq_graphic/comment_glyph.hpp>
#include <gui/widgets/seq_graphic/switch_point_glyph.hpp>
#include <objmgr/table_field.hpp>
#include <objmgr/annot_ci.hpp>
#include <objmgr/seq_map_switch.hpp>
#include <objmgr/seqdesc_ci.hpp>
#include <objmgr/util/sequence.hpp>
#include <objects/seq/MolInfo.hpp>
#include <objects/seq/Seq_hist.hpp>
#include <objects/seqtable/Seq_table.hpp>
#include <objects/seqtable/SeqTable_column.hpp>
#include <util/cache/icache.hpp>
#include <corelib/perf_log.hpp>
#include <gui/utils/log_performance.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CSGSegmentMapJob |
CSGSegmentMapJob declaration. More... | |
class | CSGSegmentSmearJob |
CSGSegmentSmearJob declaration. More... | |
class | CSGSegmentsSeqIDJob |
CSGSegmentsSeqIDJob declaration. More... | |
class | CSGSwitchPointJob |
CSGSwitchPointJob declaration. More... | |
Functions | |
USING_SCOPE (objects) | |
CSegmentConfig::ESequenceQuality | SGetSeqQuality (CMolInfo_Base::TTech tech) |
utility function More... | |
CSegmentConfig::ESequenceQuality SGetSeqQuality | ( | CMolInfo_Base::TTech | tech | ) |
utility function
Definition at line 646 of file segment_map_ds.cpp.
References CSegmentConfig::eDraft, CSegmentConfig::eFinished, CSegmentConfig::eOther, CMolInfo_Base::eTech_htgs_1, CMolInfo_Base::eTech_htgs_2, CMolInfo_Base::eTech_htgs_3, CMolInfo_Base::eTech_wgs, and CSegmentConfig::eWgs.
Referenced by CSGSegmentsSeqIDJob::x_Execute(), CSGSegmentSmearJob::x_LoadFromDeltaSeqs(), and CSGSegmentSmearJob::x_LoadFromNA().
USING_SCOPE | ( | objects | ) |