15#ifdef OPENMS_COMPILER_MSVC
16#pragma warning( push )
17#pragma warning( disable : 4290 4267)
23#ifdef OPENMS_COMPILER_MSVC
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 & operator=(const MassDecompositionAlgorithm &rhs)
assignment operator
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.
ims::RealMassDecomposer * decomposer_
Definition MassDecompositionAlgorithm.h:72
Holds an indexed list of bio-chemical elements used by mass-decomposition algorithms.
Definition IMSAlphabet.h:49
Decomposes a real-valued mass over a real-valued alphabet of Weights, within a configurable absolute ...
Definition RealMassDecomposer.h:39
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19