50typedef std::shared_ptr<FilterCeilingAmplitudePercentage>
52typedef std::shared_ptr<const FilterCeilingAmplitudePercentage>
88 QString
name()
const override;
Redefines the ceiling intensity of the Trace.
Trace & filter(Trace &data_points) const override
FilterCeilingAmplitudePercentage(double percentage)
FilterCeilingAmplitudePercentage & operator=(const FilterCeilingAmplitudePercentage &other)
double getPercentage() const
void buildFilterFromString(const QString &strBuildParams) override
build this filter using a string
QString toString() const override
Return a string with the textual representation of the configuration data.
QString name() const override
Interface that allows to build filter objects from strings.
A simple container of DataPoint instances.
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
std::shared_ptr< const FilterCeilingAmplitudePercentage > FilterCeilingAmplitudePercentageCstSPtr
std::shared_ptr< FilterCeilingAmplitudePercentage > FilterCeilingAmplitudePercentageSPtr