MassDecompositionAlgorithm
- class pyopenms.MassDecompositionAlgorithm
Bases:
objectCython implementation of _MassDecompositionAlgorithm
- Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1MassDecompositionAlgorithm.html
– Inherits from [‘DefaultParamHandler’]
- __init__()
Cython signature: void MassDecompositionAlgorithm()
Methods
Cython signature: void MassDecompositionAlgorithm()
Cython signature: void getDecompositions(libcpp_vector[MassDecomposition] & decomps, double weight) Returns the possible decompositions given the weight
Cython signature: Param getDefaults() Returns the default parameters
Cython signature: String getName() Returns the name
Cython signature: Param getParameters() Returns the parameters
Cython signature: libcpp_vector[String] getSubsections()
Cython signature: void setName(const String &) Sets the name
Cython signature: void setParameters(Param & param) Sets the parameters
- getDecompositions()
Cython signature: void getDecompositions(libcpp_vector[MassDecomposition] & decomps, double weight) Returns the possible decompositions given the weight
- getDefaults()
Cython signature: Param getDefaults() Returns the default parameters
- getName()
Cython signature: String getName() Returns the name
- getParameters()
Cython signature: Param getParameters() Returns the parameters
- getSubsections()
Cython signature: libcpp_vector[String] getSubsections()
- setName()
Cython signature: void setName(const String &) Sets the name
- setParameters()
Cython signature: void setParameters(Param & param) Sets the parameters