OpenMS
Loading...
Searching...
No Matches
EmgModel.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Timo Sachsenberg $
6// $Authors: $
7// --------------------------------------------------------------------------
8
9#pragma once
10
13
14
15namespace OpenMS
16{
63}
64
Definition EmgModel.h:24
EmgModel()
Default constructor.
CoordinateType min_
Definition EmgModel.h:53
CoordinateType max_
Definition EmgModel.h:54
~EmgModel() override
destructor
Math::BasicStatistics< CoordinateType > BasicStatistics
Definition EmgModel.h:28
void setOffset(CoordinateType offset) override
set offset without being computing all over and without any discrepancy
BasicStatistics statistics_
Definition EmgModel.h:55
CoordinateType height_
Definition EmgModel.h:56
InterpolationModel::CoordinateType CoordinateType
Definition EmgModel.h:27
CoordinateType retention_
Definition EmgModel.h:59
EmgModel(const EmgModel &source)
copy constructor
void setSamples() override
set sample/supporting points of interpolation
LinearInterpolation::container_type ContainerType
Definition EmgModel.h:29
EmgModel & operator=(const EmgModel &source)
assignment operator
CoordinateType getCenter() const override
get the center of the Gaussian model i.e. the position of the maximum
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
CoordinateType width_
Definition EmgModel.h:57
CoordinateType symmetry_
Definition EmgModel.h:58
Abstract class for 1D-models that are approximated using linear interpolation.
Definition InterpolationModel.h:30
double CoordinateType
Definition InterpolationModel.h:35
Calculates some basic statistical parameters of a distribution: sum, mean, variance,...
Definition BasicStatistics.h:43
std::vector< value_type > container_type
Definition LinearInterpolation.h:58
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19