libpappsomspp
Library for mass spectrometry
|
#include <filterresample.h>
Public Member Functions | |
FilterResampleKeepGreater (double x_value) | |
FilterResampleKeepGreater (const FilterResampleKeepGreater &other) | |
virtual | ~FilterResampleKeepGreater () |
FilterResampleKeepGreater & | operator= (const FilterResampleKeepGreater &other) |
Trace & | filter (Trace &trace) const override |
double | getThresholdX () const |
![]() | |
virtual | ~FilterInterface () |
Private Attributes | |
double | m_value |
Definition at line 52 of file filterresample.h.
pappso::FilterResampleKeepGreater::FilterResampleKeepGreater | ( | double | x_value | ) |
Definition at line 57 of file filterresample.cpp.
pappso::FilterResampleKeepGreater::FilterResampleKeepGreater | ( | const FilterResampleKeepGreater & | other | ) |
Definition at line 62 of file filterresample.cpp.
|
inlinevirtual |
Definition at line 60 of file filterresample.h.
Implements pappso::FilterInterface.
Definition at line 84 of file filterresample.cpp.
References pappso::findFirstGreaterX(), and m_value.
Referenced by pappso::XtandemSpectrumProcess::process().
double pappso::FilterResampleKeepGreater::getThresholdX | ( | ) | const |
Definition at line 70 of file filterresample.cpp.
References m_value.
Referenced by pappso::XtandemSpectrumProcess::getMinimumMz().
FilterResampleKeepGreater & pappso::FilterResampleKeepGreater::operator= | ( | const FilterResampleKeepGreater & | other | ) |
Definition at line 76 of file filterresample.cpp.
References m_value.
|
private |
Definition at line 55 of file filterresample.h.
Referenced by filter(), getThresholdX(), and operator=().