23 #ifndef _PEAKEXTRACTOR_HPP_ 24 #define _PEAKEXTRACTOR_HPP_ 32 #include "boost/shared_ptr.hpp" 52 boost::shared_ptr<PeakFitter> peakFitter);
55 std::vector<Peak>& result)
const;
68 #endif // _PEAKEXTRACTOR_HPP_
vector< vector< Peak > > extractPeaks(const MSData &msd, const PeakExtractor &peakExtractor)
wrapper class for accessing contiguous data as a container of OrderedPairs; note that it does not own...