libpappsomspp
Library for mass spectrometry
|
generic interface to apply a filter on a MassSpectrum This is the same as FilterInterface, but some filter are only relevant if they are used on MassSpectrum using this interface means the filter can only be applied on MassSpectrum and not on Trace More...
#include <filterinterface.h>
Public Member Functions | |
virtual MassSpectrum & | filter (MassSpectrum &spectrum) const =0 |
virtual | ~MassSpectrumFilterInterface () |
generic interface to apply a filter on a MassSpectrum This is the same as FilterInterface, but some filter are only relevant if they are used on MassSpectrum using this interface means the filter can only be applied on MassSpectrum and not on Trace
Definition at line 55 of file filterinterface.h.
|
inlinevirtual |
Definition at line 60 of file filterinterface.h.
|
pure virtual |