|
ProteoWizard
|
interface for fitting peaks in an array of ordered pairs More...
#include <PeakFitter.hpp>
Public Types | |
| typedef pwiz::data::peakdata::Peak | Peak |
Public Member Functions | |
| virtual void | fitPeak (const math::OrderedPairContainerRef &pairs, size_t index, Peak &result) const =0 |
| void | fitPeaks (const math::OrderedPairContainerRef &pairs, std::vector< size_t > &indices, std::vector< Peak > &result) const |
| virtual | ~PeakFitter () |
interface for fitting peaks in an array of ordered pairs
Definition at line 40 of file PeakFitter.hpp.
Definition at line 44 of file PeakFitter.hpp.
|
inlinevirtual |
Definition at line 54 of file PeakFitter.hpp.
|
pure virtual |
Implemented in pwiz::analysis::PeakFitter_Parabola.
| void pwiz::analysis::PeakFitter::fitPeaks | ( | const math::OrderedPairContainerRef & | pairs, |
| std::vector< size_t > & | indices, | ||
| std::vector< Peak > & | result | ||
| ) | const |
Referenced by testMultiplePeaks().
1.8.1.1