libpappsomspp
Library for mass spectrometry
|
apply std::floor (round to lowest integer) to all Y values More...
#include <filterpass.h>
Public Member Functions | |
FilterFloorY () | |
FilterFloorY (const FilterFloorY &other) | |
virtual | ~FilterFloorY () |
FilterFloorY & | operator= (const FilterFloorY &other) |
Trace & | filter (Trace &data_points) const override |
![]() | |
virtual | ~FilterInterface () |
apply std::floor (round to lowest integer) to all Y values
Definition at line 165 of file filterpass.h.
FilterFloorY::FilterFloorY | ( | ) |
Definition at line 314 of file filterpass.cpp.
pappso::FilterFloorY::FilterFloorY | ( | const FilterFloorY & | other | ) |
|
inlinevirtual |
Definition at line 171 of file filterpass.h.
Implements pappso::FilterInterface.
Definition at line 329 of file filterpass.cpp.
FilterFloorY & FilterFloorY::operator= | ( | const FilterFloorY & | other | ) |
Definition at line 322 of file filterpass.cpp.