|
OpenMS
2.5.0
|
Go to the documentation of this file.
39 #include <OpenMS/OpenMSConfig.h>
72 const double& mass_diff,
88 Int getCharge(
UInt pairID)
const;
92 void setCharge(
UInt pairID,
Int e);
95 Size getElementIndex(
UInt pairID)
const;
98 void setElementIndex(
UInt pairID,
Size e);
101 const Compomer& getCompomer()
const;
104 void setCompomer(
const Compomer& compomer);
107 double getMassDiff()
const;
110 void setMassDiff(
double mass_diff);
113 double getEdgeScore()
const;
116 void setEdgeScore(
double score);
119 bool isActive()
const;
121 void setActive(
const bool active);
Int feature1_charge_
Assumed charge of the second feature.
Definition: ChargePair.h:140
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Int feature0_charge_
Assumed charge of the first feature.
Definition: ChargePair.h:138
Holds information on an edge connecting two features from a (putative) charge ladder.
Definition: Compomer.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Size feature1_index_
Int of the second element within the FeatureMap.
Definition: ChargePair.h:136
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Size feature0_index_
Int of the first element within the FeatureMap.
Definition: ChargePair.h:134
Representation of a (putative) link between two Features, which stem from the same compound but have ...
Definition: ChargePair.h:57
bool is_active_
was this pair realized by ILP?
Definition: ChargePair.h:148
double score_
Score of this edge used in ILP.
Definition: ChargePair.h:146
double mass_diff_
mass difference (after explanation by compomer)
Definition: ChargePair.h:144
Compomer compomer_
Compomer that explains the mass difference.
Definition: ChargePair.h:142