15 #ifdef OPENMS_COMPILER_MSVC
16 #pragma warning( push )
17 #pragma warning( disable : 4290 4267)
23 #ifdef OPENMS_COMPILER_MSVC
24 #pragma warning( pop )
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:66
Mass decomposition algorithm, given a mass it suggests possible compositions.
Definition: MassDecompositionAlgorithm.h:44
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:70
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:72
Holds an indexed list of bio-chemical elements.
Definition: IMSAlphabet.h:56
Handles decomposing of non-integer values/masses over a set of non-integer weights with an error allo...
Definition: RealMassDecomposer.h:42
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19