|
pappsomspp
Library for mass spectrometry
|
#include <filterpass.h>
Public Member Functions | |
| FilterGreatestY (std::size_t number_of_points=0) | |
| FilterGreatestY (const FilterGreatestY &other) | |
| virtual | ~FilterGreatestY () |
| Trace & | filter (Trace &data_points) const override |
| std::size_t | getNumberOfPoints () const |
Private Attributes | |
| std::size_t | m_number_of_points = 0 |
Definition at line 92 of file filterpass.h.
| FilterGreatestY::FilterGreatestY | ( | std::size_t | number_of_points = 0 | ) |
Definition at line 111 of file filterpass.cpp.
| FilterGreatestY::FilterGreatestY | ( | const FilterGreatestY & | other | ) |
Definition at line 117 of file filterpass.cpp.
|
inlinevirtual |
Definition at line 100 of file filterpass.h.
Implements pappso::FilterInterface.
Definition at line 123 of file filterpass.cpp.
References pappso::a, pappso::b, and m_number_of_points.
Referenced by pappso::MassSpectrumFilterGreatestItensities::filter().
| std::size_t FilterGreatestY::getNumberOfPoints | ( | ) | const |
Definition at line 149 of file filterpass.cpp.
References m_number_of_points.
|
private |
Definition at line 95 of file filterpass.h.
Referenced by filter(), and getNumberOfPoints().