fMapped_Partial = 1<<0,
83fMapped_Product = 1<<1,
84fMapped_Seq_point = 1<<2,
85fMapped_Partial_from = 1<<3,
86fMapped_Partial_to = 1<<4,
98eMappedObjType_IdRangeMap
106 Int1GetMappedFlags(
void)
const;
107 boolIsMapped(
void)
const;
108 boolIsPartial(
void)
const;
109 boolIsProduct(
void)
const;
110EMappedObjectType GetMappedObjectType(
void)
const;
113 voidSetProduct(
boolproduct);
115 boolIsMappedLocation(
void)
const;
116 boolIsMappedProduct(
void)
const;
117 boolIsMappedPoint(
void)
const;
121 TSeqPosGetFrom(
void)
const;
122 TSeqPosGetToOpen(
void)
const;
123 const TRange& GetTotalRange(
void)
const;
124 voidSetTotalRange(
const TRange& range);
126 const CSeq_id* GetLocationId(
void)
const;
127 const CSeq_id* GetProductId(
void)
const;
132 boolIsFromOtherTSE(
void)
const;
133 voidSetFromOtherTSE(
boolfrom_other_tse =
true);
135 const CSeq_loc& GetMappedSeq_loc(
void)
const;
136 const CSeq_id& GetMappedSeq_id(
void)
const;
138 const CSeq_feat& GetMappedSeq_feat(
void)
const;
141 voidSetMappedSeq_loc(
CSeq_loc& loc);
142 voidSetMappedSeq_loc(
CSeq_loc* loc);
143 voidSetMappedSeq_id(
CSeq_id&
id);
144 voidSetMappedPoint(
boolpoint);
145 voidSetMappedPartial_from(
void);
146 voidSetMappedPartial_to(
void);
147 voidSetMappedSeq_id(
CSeq_id&
id,
boolpoint);
149 voidSetMappedSeq_feat(
CSeq_feat& feat);
156 boolMappedSeq_locNeedsUpdate(
void)
const;
166 voidSetAnnotObjectRange(
const TRange& range,
boolproduct);
189fAnnot_NoAnnotInfo = 1<<0,
190fAnnot_SNPTable = 1<<1,
191fAnnot_SeqTable = 1<<2,
194eAnnot_SNPTable = fAnnot_NoAnnotInfo | fAnnot_SNPTable,
195eAnnot_SeqTable = fAnnot_SeqTable,
196eAnnot_SortedSeqTable = fAnnot_NoAnnotInfo | fAnnot_SeqTable,
211 boolHasAnnotObject_Info(
void)
const;
213 boolIsPlainFeat(
void)
const;
217 boolIsSNPTableFeat(
void)
const;
220 boolIsAnySeqTableFeat(
void)
const;
223 boolIsSortedSeqTableFeat(
void)
const;
234TAnnotIndex GetAnnotIndex(
void)
const;
237 const SSNP_Info& GetSNP_Info(
void)
const;
239 boolIsFeat(
void)
const;
240 boolIsGraph(
void)
const;
241 boolIsAlign(
void)
const;
242 const CSeq_feat& GetFeat(
void)
const;
248 boolIsFromOtherTSE(
void)
const;
249 voidSetFromOtherTSE(
boolfrom_other_tse =
true);
251 voidResetLocation(
void);
324 const TAnnotSet& GetAnnotSet(
void)
const;
338 voidx_GetTSE_Info(
void);
407 booltop_level =
false);
410 booltop_level =
false)
const;
422 boolcheck_adaptive);
431 boolcheck_adaptive);
456 voidx_SearchAll(
void);
465 unsigned intloc_index);
469 unsigned intloc_index);
481 boolx_NoMoreObjects(
void)
const;
483 boolx_FoundAllNamedAnnotAccessions(unique_ptr<SAnnotSelector>& local_sel);
485 voidx_AddPostMappings(
void);
499 const TAnnotNames& x_GetAnnotNames(
void)
const;
500 const TAnnotTypes& x_GetAnnotTypes(
void)
const;
502 Uint8x_GetCostOfLoadingInBytes(
void)
const;
503 doublex_GetCostOfLoadingInSeconds(
void)
const;
505 voidx_StopSearchLimits(
void);
508 returnm_SearchSegments == 0;
556m_MappedObjectType(eMappedObjType_not_set),
566: m_MappedFlags(mapped_flags),
567m_MappedObjectType(mapped_type),
568m_MappedStrand(mapped_strand)
686 return static_cast<const CSeq_loc&
>(*m_MappedObject);
694 return static_cast<const CSeq_id&
>(*m_MappedObject);
702 return static_cast<const CSeq_feat&
>(*m_MappedObject);
817 if( from_other_tse ) {
853: m_AnnotIndex(0), m_AnnotType(eAnnot_Regular)
953 return!(*
this== ref);
1020 void swap(NCBI_NS_NCBI::objects::CAnnotMapping_Info& info1,
1021NCBI_NS_NCBI::objects::CAnnotMapping_Info& info2)
1028 void swap(NCBI_NS_NCBI::objects::CAnnotObject_Ref& ref1,
1029NCBI_NS_NCBI::objects::CAnnotObject_Ref& ref2)
BEGIN_STD_SCOPE void swap(NCBI_NS_NCBI::objects::CAnnotMapping_Info &info1, NCBI_NS_NCBI::objects::CAnnotMapping_Info &info2)
void SetFromOtherTSE(bool from_other_tse=true)
bool MappedSeq_locNeedsUpdate(void) const
CRef< CObject > m_MappedObject
void SetMappedPartial_to(void)
void SetMappedSeq_id(CSeq_id &id)
void SetTotalRange(const TRange &range)
void SetProduct(bool product)
void SetMappedPartial_from(void)
const TRange & GetTotalRange(void) const
bool IsMappedLocation(void) const
TSeqPos GetFrom(void) const
bool IsMapped(void) const
EMappedObjectType GetMappedObjectType(void) const
bool IsProduct(void) const
ENa_strand GetMappedStrand(void) const
void Swap(CAnnotMapping_Info &info)
void SetMappedSeq_loc(CSeq_loc &loc)
const CSeq_feat & GetMappedSeq_feat(void) const
TSeqPos GetToOpen(void) const
bool IsMappedProduct(void) const
bool IsMappedPoint(void) const
@ eMappedObjType_IdRangeMap
@ eMappedObjType_Seq_align
@ eMappedObjType_Seq_loc_Conv
@ eMappedObjType_Seq_feat
@ eMappedObjType_Seq_loc_Conv_Set
void SetMappedStrand(ENa_strand strand)
void SetMappedPoint(bool point)
bool IsPartial(void) const
void SetPartial(bool value)
CRef< CGraphRanges > m_GraphRanges
const CSeq_id & GetMappedSeq_id(void) const
void SetAnnotObjectRange(const TRange &range, bool product)
Int1 GetMappedFlags(void) const
const CSeq_loc & GetMappedSeq_loc(void) const
bool IsFromOtherTSE(void) const
bool IsSortedSeqTableFeat(void) const
bool operator==(const CAnnotObject_Ref &ref) const
bool IsAnySeqTableFeat(void) const
bool operator<(const CAnnotObject_Ref &ref) const
bool operator!=(const CAnnotObject_Ref &ref) const
const CSeq_annot_Info & GetSeq_annot_Info(void) const
bool IsSNPTableFeat(void) const
void Swap(CAnnotObject_Ref &ref)
const CSeq_annot_Handle & GetSeq_annot_Handle(void) const
bool IsFromOtherTSE(void) const
CAnnotMapping_Info m_MappingInfo
void SetFromOtherTSE(bool from_other_tse=true)
TAnnotIndex GetAnnotIndex(void) const
CSeq_annot_Handle m_Seq_annot
bool IsPlainFeat(void) const
bool IsTableFeat(void) const
bool IsSNPFeat(void) const
bool HasAnnotObject_Info(void) const
CAnnotMapping_Info & GetMappingInfo(void) const
TMaxSearchSegments m_SearchSegments
unique_ptr< TAnnotLocsSet > m_AnnotLocsSet
bool x_NeedSNPs(void) const
TTSE_LockMap m_TSE_LockMap
vector< SAnnotTypeSelector > TAnnotTypes
unique_ptr< CAnnotMappingCollector > m_MappingCollector
vector< CSeq_annot_Handle > TAnnotLocks
bool x_MaxSearchSegmentsLimitIsReached(void) const
SAnnotSelector::TAnnotTypesBitset TAnnotTypesBitset
set< CAnnotName > TAnnotNames
TAnnotTypesBitset m_CollectAnnotTypes
CAnnot_Collector(const CAnnot_Collector &)
SAnnotSelector::EMaxSearchSegmentsAction m_SearchSegmentsAction
vector< CAnnotObject_Ref > TAnnotSet
set< CConstRef< CSeq_loc > > TAnnotLocsSet
TAnnotTypesBitset m_TriggerTypes
CScope & GetScope(void) const
TAnnotTypes m_AnnotTypes2
TAnnotTypesBitset m_UnseenAnnotTypes
CRef< CCreatedFeat_Ref > m_CreatedMapped
const TAnnotSet & GetAnnotSet(void) const
SAnnotSelector::TMaxSize TMaxSize
map< const CTSE_Info *, CTSE_Handle > TTSE_LockMap
SAnnotSelector::TAnnotType TAnnotType
SAnnotSelector::TMaxSearchSegments TMaxSearchSegments
TAnnotTypesBitset m_AnnotTypes
const SAnnotSelector * m_Selector
const SAnnotSelector & GetSelector(void) const
unique_ptr< TAnnotNames > m_AnnotNames
CRef< CCreatedFeat_Ref > m_CreatedOriginal
CConstRef< CSeq_feat > GetOriginalFeature(const CSeq_feat_Handle &feat_h)
CRef< CSeq_loc > m_CreatedSeq_loc
CRef< CSeq_loc > GetMappedLocation(const CAnnotMapping_Info &map, const CSeq_feat &orig_feat)
CRef< CSeq_point > m_CreatedSeq_point
CRef< CSeq_interval > m_CreatedSeq_interval
void ReleaseRefsTo(CRef< CSeq_feat > *feat, CRef< CSeq_loc > *loc, CRef< CSeq_point > *point, CRef< CSeq_interval > *interval)
CRef< CSeq_feat > m_CreatedSeq_feat
void ResetRefsFrom(CRef< CSeq_feat > *feat, CRef< CSeq_loc > *loc, CRef< CSeq_point > *point, CRef< CSeq_interval > *interval)
CConstRef< CSeq_feat > GetMappedFeature(const CAnnotMapping_Info &map, const CSeq_feat &orig_feat)
Helper class for mapping graphs.
CScope & GetScope(void) const
namespace ncbi::objects::
bool operator<(const CEquivRange &A, const CEquivRange &B)
bool operator==(const CEquivRange &A, const CEquivRange &B)
unsigned int TSeqPos
Type for sequence locations and lengths.
void Swap(CSeq_annot_Handle &annot)
bool OrderedBefore(const CSeq_annot_Handle &annot) const
More stable comparison - takes loading order in account.
const CSeq_annot_Info & x_GetInfo(void) const
bitset< CSeqFeatData::eSubtype_max+3 > TAnnotTypesBitset
unsigned TMaxSearchSegments
void Reset(void)
Reset reference object.
void Swap(TThisType &ref)
Swaps the pointer with another reference.
uint8_t Uint1
1-byte (8-bit) unsigned integer
int32_t Int4
4-byte (32-bit) signed integer
uint64_t Uint8
8-byte (64-bit) unsigned integer
int8_t Int1
1-byte (8-bit) signed integer
position_type GetToOpen(void) const
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define END_SCOPE(ns)
End the previously defined scope.
#define BEGIN_STD_SCOPE
Place it for adding new funtionality to STD scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define END_STD_SCOPE
End previously defined STD scope.
#define BEGIN_SCOPE(ns)
Define a new scope.
bool operator!=(const CNCBI_IPAddr &lhs, unsigned int rhs)
#define NCBI_XOBJMGR_EXPORT
TFrom GetFrom(void) const
Get the From member data.
const TLocation & GetLocation(void) const
Get the Location member data.
const TProduct & GetProduct(void) const
Get the Product member data.
ENa_strand
strand of nucleic acid
where boath are integers</td > n< td ></td > n</tr > n< tr > n< td > tse</td > n< td > optional</td > n< td > String</td > n< td class=\"description\"> TSE option controls what blob is orig
void Swap(T &a, T &b) RAPIDJSON_NOEXCEPT
Custom swap() to avoid dependency on C++ <algorithm> header.
const GenericPointer< typename T::ValueType > T2 value
Multi-threading â mutexes; rw-locks; semaphore.
Portable reference counted smart and weak pointers using CWeakRef, CRef, CObject and CObjectEx.
void SetPartial(CSeq_loc &loc, CRef< CSeq_feat > feat, CSeq_loc::TStrand strand, bool partial_start, bool partial_stop)
CSeq_annot::C_Data::E_Choice TAnnotType
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4