NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/loaders/wig_object_loader.hpp>
#include <util/line_reader.hpp>
#include <util/icanceled.hpp>
#include <objects/seqtable/Seq_table.hpp>
#include <objects/seqtable/SeqTable_column.hpp>
#include <objects/seqtable/SeqTable_single_data.hpp>
#include <objtools/readers/reader_base.hpp>
#include <objtools/readers/wiggle_reader.hpp>
#include <objects/seq/Annot_descr.hpp>
#include <objects/seq/Annotdesc.hpp>
#include <objects/general/User_object.hpp>
#include <objects/general/User_field.hpp>
#include <objects/general/Object_id.hpp>
#include <gui/widgets/wx/compressed_file.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <wx/filename.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (objects) | |
static const CSeq_id * | s_GetAnnotId (const CSeq_annot &annot) |
|
static |
Definition at line 57 of file wig_object_loader.cpp.
References CSeq_annot_Base::GetData(), CSeq_loc::GetId(), CSeq_annot_Base::C_Data::GetSeq_table(), CSeq_annot::IsSeq_table(), ITERATE, and table.
Referenced by CWigObjectLoader::Execute().
USING_SCOPE | ( | objects | ) |