Fitter1D#
- class pyopenms.Fitter1D#
Bases:
objectCython implementation of _Fitter1D
- Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1Fitter1D.html
– Inherits from [‘DefaultParamHandler’]
- __init__()#
Cython signature: void Fitter1D() Abstract base class for all 1D-dimensional model fitter
Cython signature: void Fitter1D(Fitter1D &)
Methods
Cython signature: void Fitter1D()
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 registerChildren() Register all derived classes here
Cython signature: void setName(const String &) Sets the name
Cython signature: void setParameters(Param & param) Sets the parameters
- 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()
- registerChildren()#
Cython signature: void registerChildren() Register all derived classes here
- setName()#
Cython signature: void setName(const String &) Sets the name
- setParameters()#
Cython signature: void setParameters(Param & param) Sets the parameters