#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/IsotopeFitter1D.h>
IsotopeFitter1D Parameters are explained on a separate page.
Public Member Functions | |
IsotopeFitter1D () | |
Default constructor. | |
IsotopeFitter1D (const IsotopeFitter1D &source) | |
copy constructor | |
virtual | ~IsotopeFitter1D () |
destructor | |
virtual IsotopeFitter1D & | operator= (const IsotopeFitter1D &source) |
assignment operator | |
QualityType | fit1d (const RawDataArrayType &range, InterpolationModel *&model) |
return interpolation model | |
Static Public Member Functions | |
static Fitter1D * | create () |
create new BiGaussModel object (function needed by Factory) | |
static const String | getProductName () |
name of the model (needed by Factory) | |
Protected Member Functions | |
void | updateMembers_ () |
This method is used to update extra member variables at the end of the setParam() method. | |
Protected Attributes | |
CoordinateType | charge_ |
isotope charge | |
CoordinateType | isotope_stdev_ |
standard derivation in isotope | |
Int | max_isotope_ |
maximum isotopic rank to be considered |
IsotopeFitter1D | ( | ) |
Default constructor.
IsotopeFitter1D | ( | const IsotopeFitter1D & | source | ) |
copy constructor
virtual ~IsotopeFitter1D | ( | ) | [virtual] |
destructor
virtual IsotopeFitter1D& operator= | ( | const IsotopeFitter1D & | source | ) | [virtual] |
assignment operator
static Fitter1D* create | ( | ) | [inline, static] |
create new BiGaussModel object (function needed by Factory)
QualityType fit1d | ( | const RawDataArrayType & | range, | |
InterpolationModel *& | model | |||
) | [virtual] |
void updateMembers_ | ( | ) | [protected, virtual] |
This method is used to update extra member variables at the end of the setParam() method.
Also call it at the end of the derived classes' copy constructor and assignment operator.
The default implementation is empty.
Reimplemented from MaxLikeliFitter1D.
CoordinateType charge_ [protected] |
isotope charge
CoordinateType isotope_stdev_ [protected] |
standard derivation in isotope
Int max_isotope_ [protected] |
maximum isotopic rank to be considered
Generated Tue Apr 1 15:36:47 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |