35 #ifndef OPENMS_CHEMISTRY_WEIGHTWRAPPER_H
36 #define OPENMS_CHEMISTRY_WEIGHTWRAPPER_H
84 void setWeightMode(
const WEIGHTMODE mode);
93 WEIGHTMODE getWeightMode()
const;
103 double getWeight(
const AASequence & aa)
const;
132 #endif // OPENMS_CHEMISTRY_WeightWrapper_H
Representation of a peptide/protein sequence.
Definition: AASequence.h:70
Representation of a residue.
Definition: Residue.h:62
WEIGHTMODE
Definition: WeightWrapper.h:55
WEIGHTMODE weight_mode_
one of WeightWrapper::WEIGHTMODE's values
Definition: WeightWrapper.h:127
Definition: Residue.h:361
ResidueType
Definition: Residue.h:359
Encapsulated weight queries to simplify mono vs average weight computation.
Definition: WeightWrapper.h:50