NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbistd.hpp>
#include <objtools/cleanup/influenza_set.hpp>
#include <objects/seqfeat/Org_ref.hpp>
#include <objects/seqfeat/OrgName.hpp>
#include <objects/seqfeat/BioSource.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <objmgr/seqdesc_ci.hpp>
#include <objmgr/annot_selector.hpp>
#include <objmgr/feat_ci.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
bool | g_FindSegs (const CBioSource &src, size_t numRequired, set< size_t > &segsFound) |
bool g_FindSegs | ( | const CBioSource & | src, |
size_t | numRequired, | ||
set< size_t > & | segsFound | ||
) |
Definition at line 139 of file influenza_set.cpp.
References CSubSource_Base::eSubtype_segment, NStr::fConvErr_NoThrow, CBioSource_Base::GetSubtype(), set< Key, Compare >::insert(), CBioSource_Base::IsSetSubtype(), and NStr::StringToSizet().
Referenced by CInfluenzaSet::OkToMakeSet(), and s_CheckForSegments().