Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef GUI_OBJUTILS___CREATE_PARAMS_SEQ_FEAT_GROUP__HPP
2 #define GUI_OBJUTILS___CREATE_PARAMS_SEQ_FEAT_GROUP__HPP
51 m_FeaturesGroup.push_back(std::make_pair(feat, mapping_info));
55 return m_FeaturesGroup;
TSeqFeatVector m_FeaturesGroup
CGuiObjectInfoSeq_feat::TSeqFeatVector TSeqFeatVector
virtual ~CCreateParamsSeqFeatGroup()=default
const TSeqFeatVector & GetFeaturesGroup() const
CGuiObjectInfoSeq_feat::TSeqFeatMapInfoPair TSeqFeatMapInfoPair
void Add(const CConstRef< objects::CSeq_feat > &feat, const CSeqUtils::TMappingInfo &mapping_info=CSeqUtils::TMappingInfo())
vector< TMappedInt > TMappingInfo
std::pair< CConstRef< objects::CSeq_feat >, CSeqUtils::TMappingInfo > TSeqFeatMapInfoPair
vector< TSeqFeatMapInfoPair > TSeqFeatVector
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_GUIOBJUTILS_EXPORT
Defines to provide correct exporting from DLLs in Windows.