88 return "ExtendedIsotopeModel";
113 double averagine_[AVERAGINE_NUM];
Extended isotope distribution approximated using linear interpolation.
Definition: ExtendedIsotopeModel.h:57
UInt charge_
Definition: ExtendedIsotopeModel.h:111
ExtendedIsotopeModel()
Default constructor.
~ExtendedIsotopeModel() override
destructor
CoordinateType isotope_stdev_
Definition: ExtendedIsotopeModel.h:110
ExtendedIsotopeModel(const ExtendedIsotopeModel &source)
copy constructor
CoordinateType monoisotopic_mz_
Definition: ExtendedIsotopeModel.h:112
void setOffset(CoordinateType offset) override
set the offset of the model
virtual ExtendedIsotopeModel & operator=(const ExtendedIsotopeModel &source)
assignment operator
double isotope_distance_
Definition: ExtendedIsotopeModel.h:116
InterpolationModel::CoordinateType CoordinateType
Definition: ExtendedIsotopeModel.h:60
InterpolationModel::CoordinateType IntensityType
Definition: ExtendedIsotopeModel.h:61
void setSamples() override
set sample/supporting points of interpolation
CoordinateType getCenter() const override
get the monoisotopic mass of the Isotope model
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
static BaseModel< 1 > * create()
create new ExtendedIsotopeModel object (needed by Factory)
Definition: ExtendedIsotopeModel.h:80
Averagines
Definition: ExtendedIsotopeModel.h:63
double trim_right_cutoff_
Definition: ExtendedIsotopeModel.h:115
Int max_isotope_
Definition: ExtendedIsotopeModel.h:114
static const String getProductName()
name of the model (needed by Factory)
Definition: ExtendedIsotopeModel.h:86
CoordinateType getOffset()
Abstract class for 1D-models that are approximated using linear interpolation.
Definition: InterpolationModel.h:56
double CoordinateType
Definition: InterpolationModel.h:61
A more convenient string class.
Definition: String.h:61
int Int
Signed integer type.
Definition: Types.h:102
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47