50 template <
typename Value>
82 const std::vector<Int>& affected_channels) :
83 name(
std::move(local_name)),
85 description(
std::move(local_description)),
87 affected_channels(affected_channels)
105 virtual const String& getMethodName()
const = 0;
119 virtual Size getNumberOfChannels()
const = 0;
129 virtual Size getReferenceChannel()
const = 0;
138 Matrix<double> stringListToIsotopeCorrectionMatrix_(
const std::vector<String>& stringlist)
const;
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
Abstract base class describing an isobaric quantitation method in terms of the used channels and an i...
Definition: IsobaricQuantitationMethod.h:56
std::vector< IsobaricChannelInformation > IsobaricChannelList
Definition: IsobaricQuantitationMethod.h:98
int Int
Signed integer type.
Definition: Types.h:102
A two-dimensional matrix. Similar to std::vector, but uses a binary operator(,) for element access...
Definition: IsobaricQuantitationMethod.h:51