35 #ifndef OPENMS_CHEMISTRY_MASSDECOMPOSITION_MASSDECOMPOSITIONALGORITHM_H 
   36 #define OPENMS_CHEMISTRY_MASSDECOMPOSITION_MASSDECOMPOSITIONALGORITHM_H 
   42 #ifdef OPENMS_COMPILER_MSVC 
   43 #pragma warning( push ) 
   44 #pragma warning( disable : 4290 4267) 
   50 #ifdef OPENMS_COMPILER_MSVC 
   51 #pragma warning( pop ) 
   89     void getDecompositions(std::vector<MassDecomposition> & decomps, 
DoubleReal weight);
 
   95     void updateMembers_();
 
  113 #endif // OPENMS_CHEMISTRY_MASSDECOMPOSITION_MASSDECOMPOSITIONALGORITHM_H 
ims::RealMassDecomposer * decomposer_
Definition: MassDecompositionAlgorithm.h:99
Handles decomposing of non-integer values/masses over a set of non-integer weights with an error allo...
Definition: RealMassDecomposer.h:68
ims::IMSAlphabet * alphabet_
Definition: MassDecompositionAlgorithm.h:97
Holds an indexed list of bio-chemical elements. 
Definition: IMSAlphabet.h:82
A base class for all classes handling default parameters. 
Definition: DefaultParamHandler.h:90
Mass decomposition algorithm, given a mass it suggests possible compositions. 
Definition: MassDecompositionAlgorithm.h:69