24#ifndef _FEATUREDETECTORPEAKEL_HPP_
25#define _FEATUREDETECTORPEAKEL_HPP_
52 boost::shared_ptr<PeakelGrower> peakelGrower,
53 boost::shared_ptr<PeakelPicker> peakelPicker);
71 static boost::shared_ptr<FeatureDetectorPeakel>
create(
Config config);
FeatureDetectorPeakel implements a 'template method', delegating to 'strategies' encapsulated by the ...
pwiz::msdata::MSData MSData
boost::shared_ptr< PeakExtractor > peakExtractor_
FeatureDetectorPeakel(boost::shared_ptr< PeakExtractor > peakExtractor, boost::shared_ptr< PeakelGrower > peakelGrower, boost::shared_ptr< PeakelPicker > peakelPicker)
static boost::shared_ptr< FeatureDetectorPeakel > create(Config config)
boost::shared_ptr< PeakelPicker > peakelPicker_
boost::shared_ptr< PeakelGrower > peakelGrower_
virtual void detect(const MSData &msd, FeatureField &result) const
PeakelGrower_Proximity::Config peakelGrower_Proximity
PeakFinder_SNR::Config peakFinder_SNR
PeakFitter_Parabola::Config peakFitter_Parabola
NoiseCalculator_2Pass::Config noiseCalculator_2Pass
PeakelPicker_Basic::Config peakelPicker_Basic
MZRTField is a std::set of boost::shared_ptrs, stored as a binary tree ordered by LessThan_MZRT.
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...