|
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 |
Public Member Functions inherited from pappso::FilterInterface | |
| 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.
References m_passY.
Referenced by FilterLowPass(), and operator=().
| FilterLowPass::FilterLowPass | ( | const FilterLowPass & | other | ) |
Definition at line 44 of file filterpass.cpp.
References FilterLowPass(), and m_passY.
|
inlinevirtual |
Definition at line 48 of file filterpass.h.
Implements pappso::FilterInterface.
Definition at line 58 of file filterpass.cpp.
References m_passY.
| FilterLowPass & FilterLowPass::operator= | ( | const FilterLowPass & | other | ) |
Definition at line 49 of file filterpass.cpp.
References FilterLowPass(), and m_passY.
|
private |
Definition at line 43 of file filterpass.h.
Referenced by FilterLowPass(), FilterLowPass(), filter(), and operator=().