| 
    libpappsomspp
    
   Library for mass spectrometry 
   | 
 
#include <filterresample.h>
  
Public Member Functions | |
| FilterResampleKeepSmaller (double x_value) | |
| FilterResampleKeepSmaller (const FilterResampleKeepSmaller &other) | |
| virtual | ~FilterResampleKeepSmaller () | 
| Trace & | filter (Trace &trace) const override | 
  Public Member Functions inherited from pappso::FilterInterface | |
| virtual | ~FilterInterface () | 
Private Attributes | |
| double | m_value | 
Definition at line 41 of file filterresample.h.
| pappso::FilterResampleKeepSmaller::FilterResampleKeepSmaller | ( | double | x_value | ) | 
Definition at line 36 of file filterresample.cpp.
References m_value.
Referenced by FilterResampleKeepSmaller().
| pappso::FilterResampleKeepSmaller::FilterResampleKeepSmaller | ( | const FilterResampleKeepSmaller & | other | ) | 
Definition at line 41 of file filterresample.cpp.
References FilterResampleKeepSmaller(), and m_value.
      
  | 
  inlinevirtual | 
Definition at line 49 of file filterresample.h.
Implements pappso::FilterInterface.
Definition at line 49 of file filterresample.cpp.
References pappso::findFirstEqualOrGreaterX(), and m_value.
      
  | 
  private | 
Definition at line 44 of file filterresample.h.
Referenced by FilterResampleKeepSmaller(), FilterResampleKeepSmaller(), and filter().