41 #ifdef OPENMS_COMPILER_MSVC
42 #pragma warning( push )
43 #pragma warning( disable : 4290 4267)
49 #ifdef OPENMS_COMPILER_MSVC
50 #pragma warning( pop )
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:93
Mass decomposition algorithm, given a mass it suggests possible compositions.
Definition: MassDecompositionAlgorithm.h:70
void getDecompositions(std::vector< MassDecomposition > &decomps, double weight)
returns the possible decompositions given the weight
MassDecompositionAlgorithm(const MassDecompositionAlgorithm &deco)
Copy constructor.
~MassDecompositionAlgorithm() override
Destructor.
ims::IMSAlphabet * alphabet_
Definition: MassDecompositionAlgorithm.h:96
MassDecompositionAlgorithm()
Default constructor.
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
MassDecompositionAlgorithm & operator=(const MassDecompositionAlgorithm &rhs)
assignment operator
ims::RealMassDecomposer * decomposer_
Definition: MassDecompositionAlgorithm.h:98
Holds an indexed list of bio-chemical elements.
Definition: IMSAlphabet.h:82
Handles decomposing of non-integer values/masses over a set of non-integer weights with an error allo...
Definition: RealMassDecomposer.h:68
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47