NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <algo/gnomon/gnomon.hpp>
#include <algo/gnomon/chainer.hpp>
#include <algo/gnomon/gnomon_exception.hpp>
#include <algo/gnomon/id_handler.hpp>
#include "hmm.hpp"
#include "hmm_inlines.hpp"
#include <objects/seqloc/Seq_loc.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objects/seqloc/Packed_seqint.hpp>
#include <objects/seqloc/Seq_interval.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <objects/seqfeat/RNA_ref.hpp>
#include <objects/seqfeat/Cdregion.hpp>
#include <objmgr/util/sequence.hpp>
#include <objects/seqalign/seqalign__.hpp>
#include <objects/general/general__.hpp>
#include <objmgr/object_manager.hpp>
#include <stdio.h>
#include <functional>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
USING_SCOPE (ncbi::objects) | |
void | debug () |
Int8 | GetModelId (const CSeq_align &seq_align) |
void debug | ( | ) |
Definition at line 61 of file gnomon_objmgr.cpp.
Referenced by CConfig::ConvertRegToTree(), CPythonDiagHandler::CPythonDiagHandler(), dns_cname(), CGridCommandLineInterfaceApp::Run(), CLogLatencies::SetDebug(), CUpwardTreeFiller::SetDebugMode(), and CDownwardTreeFiller::SetDebugMode().
Int8 GetModelId | ( | const CSeq_align & | seq_align | ) |
Definition at line 65 of file gnomon_objmgr.cpp.
References CSeq_align_Base::CanGetId(), and CSeq_align_Base::GetId().
USING_SCOPE | ( | ncbi::objects | ) |