| 
    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 | 
  Public Member Functions inherited from pappso::FilterInterface | |
| virtual | ~FilterInterface () | 
Private Attributes | |
| double | m_value | 
Definition at line 54 of file filterresample.h.
| pappso::FilterResampleKeepGreater::FilterResampleKeepGreater | ( | double | x_value | ) | 
Definition at line 57 of file filterresample.cpp.
References m_value.
Referenced by FilterResampleKeepGreater(), and operator=().
| pappso::FilterResampleKeepGreater::FilterResampleKeepGreater | ( | const FilterResampleKeepGreater & | other | ) | 
Definition at line 62 of file filterresample.cpp.
References FilterResampleKeepGreater(), and m_value.
      
  | 
  inlinevirtual | 
Definition at line 62 of file filterresample.h.
Implements pappso::FilterInterface.
Definition at line 84 of file filterresample.cpp.
References pappso::findFirstGreaterX(), and m_value.
Referenced by pappso::cbor::psm::PsmSpecGlob::filterMassSpectrum(), and pappso::cbor::psm::PsmSpecPeptidOms::filterMassSpectrum().
| double pappso::FilterResampleKeepGreater::getThresholdX | ( | ) | const | 
| FilterResampleKeepGreater & pappso::FilterResampleKeepGreater::operator= | ( | const FilterResampleKeepGreater & | other | ) | 
Definition at line 76 of file filterresample.cpp.
References FilterResampleKeepGreater(), and m_value.
      
  | 
  private | 
Definition at line 57 of file filterresample.h.
Referenced by FilterResampleKeepGreater(), FilterResampleKeepGreater(), filter(), getThresholdX(), and operator=().