ProteoWizard
|
interface for peak family (isotope envelope) detection More...
#include <PeakFamilyDetector.hpp>
Public Types | |
typedef pwiz::msdata::MZIntensityPair | MZIntensityPair |
typedef pwiz::data::peakdata::PeakFamily | PeakFamily |
Public Member Functions | |
virtual void | detect (const MZIntensityPair *begin, const MZIntensityPair *end, std::vector< PeakFamily > &result)=0 |
find peak families in a specified array of MZIntensityPair | |
virtual void | detect (const std::vector< MZIntensityPair > &data, std::vector< PeakFamily > &result) |
convenience function – equivalent to: detect(&data[0], &data[0]+data.size(), result) | |
virtual | ~PeakFamilyDetector () |
interface for peak family (isotope envelope) detection
Definition at line 40 of file PeakFamilyDetector.hpp.
Definition at line 44 of file PeakFamilyDetector.hpp.
Definition at line 45 of file PeakFamilyDetector.hpp.
|
inlinevirtual |
Definition at line 57 of file PeakFamilyDetector.hpp.
|
pure virtual |
find peak families in a specified array of MZIntensityPair
Implemented in pwiz::analysis::PeakFamilyDetectorFT.
|
virtual |
convenience function – equivalent to: detect(&data[0], &data[0]+data.size(), result)