NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbiobj.hpp>
#include <corelib/ncbimtx.hpp>
#include <corelib/ncbiatomic.hpp>
#include <objects/seq/seq_id_handle.hpp>
#include <objects/seq/seq_id_mapper.hpp>
#include <serial/typeinfo.hpp>
#include "seq_id_tree.hpp"
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
string | GetDirectLabel (const CSeq_id &id) |
Return best label for a sequence from single Seq-id, or set of Seq-ids. More... | |
string | GetDirectLabel (const CSeq_id_Handle &idh) |
string | GetLabel (const CSeq_id &id) |
string | GetLabel (const CSeq_id_Handle &idh) |
string | GetLabel (const vector< CSeq_id_Handle > &ids) |
string | GetLabel (const vector< CRef< CSeq_id > > &ids) |
CNcbiOstream & | operator<< (CNcbiOstream &out, const CSeq_id_Handle &idh) |