libpappsomspp
Library for mass spectrometry
|
#include <filterresample.h>
Public Member Functions | |
FilterResampleKeepXRange (double min_x=0, double max_x=0) | |
FilterResampleKeepXRange (const FilterResampleKeepXRange &other) | |
virtual | ~FilterResampleKeepXRange () |
FilterResampleKeepXRange & | operator= (const FilterResampleKeepXRange &other) |
Trace & | filter (Trace &trace) const override |
![]() | |
virtual | ~FilterInterface () |
Private Attributes | |
double | m_minX |
double | m_maxX |
Definition at line 86 of file filterresample.h.
pappso::FilterResampleKeepXRange::FilterResampleKeepXRange | ( | double | min_x = 0 , |
double | max_x = 0 |
||
) |
Definition at line 142 of file filterresample.cpp.
pappso::FilterResampleKeepXRange::FilterResampleKeepXRange | ( | const FilterResampleKeepXRange & | other | ) |
Definition at line 147 of file filterresample.cpp.
|
inlinevirtual |
Definition at line 95 of file filterresample.h.
Implements pappso::FilterInterface.
Definition at line 168 of file filterresample.cpp.
References pappso::findFirstEqualOrGreaterX(), pappso::findFirstGreaterX(), m_maxX, and m_minX.
Referenced by pappso::MsRunXicExtractor::extractOneXicCoord(), pappso::MassSpectrumFilterResampleKeepMzRange::filter(), and pappso::FilterResampleKeepPointInPolygon::filter().
FilterResampleKeepXRange & pappso::FilterResampleKeepXRange::operator= | ( | const FilterResampleKeepXRange & | other | ) |
|
private |
Definition at line 90 of file filterresample.h.
Referenced by filter(), and operator=().
|
private |
Definition at line 89 of file filterresample.h.
Referenced by filter(), and operator=().