libpappsomspp
Library for mass spectrometry
|
remove datapoints higher than a given Y value (intensity) More...
#include <filterpass.h>
Public Member Functions | |
FilterLowPass (double pass_y) | |
FilterLowPass (const FilterLowPass &other) | |
virtual | ~FilterLowPass () |
FilterLowPass & | operator= (const FilterLowPass &other) |
Trace & | filter (Trace &data_points) const override |
![]() | |
virtual | ~FilterInterface () |
Private Attributes | |
double | m_passY = 0 |
remove datapoints higher than a given Y value (intensity)
Definition at line 40 of file filterpass.h.
FilterLowPass::FilterLowPass | ( | double | pass_y | ) |
Definition at line 41 of file filterpass.cpp.
FilterLowPass::FilterLowPass | ( | const FilterLowPass & | other | ) |
Definition at line 44 of file filterpass.cpp.
|
inlinevirtual |
Definition at line 48 of file filterpass.h.
Implements pappso::FilterInterface.
Definition at line 59 of file filterpass.cpp.
References m_passY.
FilterLowPass & FilterLowPass::operator= | ( | const FilterLowPass & | other | ) |
Definition at line 50 of file filterpass.cpp.
References m_passY.
|
private |
Definition at line 43 of file filterpass.h.
Referenced by filter(), and operator=().