|
pappsomspp
Library for mass spectrometry
|
#include <filterresample.h>
Public Member Functions | |
| FilterResampleKeepGreater (double x_value) | |
| FilterResampleKeepGreater (const FilterResampleKeepGreater &other) | |
| virtual | ~FilterResampleKeepGreater () |
| Trace & | filter (Trace &trace) const override |
| double | getThresholdX () const |
Private Attributes | |
| double | m_value |
Definition at line 66 of file filterresample.h.
| FilterResampleKeepGreater::FilterResampleKeepGreater | ( | double | x_value | ) |
Definition at line 54 of file filterresample.cpp.
| FilterResampleKeepGreater::FilterResampleKeepGreater | ( | const FilterResampleKeepGreater & | other | ) |
Definition at line 59 of file filterresample.cpp.
|
inlinevirtual |
Definition at line 74 of file filterresample.h.
Implements pappso::FilterInterface.
Definition at line 73 of file filterresample.cpp.
References pappso::findFirstGreaterX(), and m_value.
| double FilterResampleKeepGreater::getThresholdX | ( | ) | const |
|
private |
Definition at line 69 of file filterresample.h.
Referenced by filter(), and getThresholdX().