ProteoWizard
Public Types | Public Member Functions | Private Attributes
pwiz::analysis::PeakExtractor Class Reference

Class for extracting Peak objects from an array of ordered pairs; in design pattern lingo, this is a "template method" delegating peak finding and peak fitting to "strategies". More...

#include <PeakExtractor.hpp>

List of all members.

Public Types

typedef pwiz::data::peakdata::Peak Peak

Public Member Functions

 PeakExtractor (boost::shared_ptr< PeakFinder > peakFinder, boost::shared_ptr< PeakFitter > peakFitter)
void extractPeaks (const pwiz::math::OrderedPairContainerRef &pairs, std::vector< Peak > &result) const

Private Attributes

boost::shared_ptr< PeakFinderpeakFinder_
boost::shared_ptr< PeakFitterpeakFitter_

Detailed Description

Class for extracting Peak objects from an array of ordered pairs; in design pattern lingo, this is a "template method" delegating peak finding and peak fitting to "strategies".

Definition at line 45 of file PeakExtractor.hpp.


Member Typedef Documentation

Definition at line 49 of file PeakExtractor.hpp.


Constructor & Destructor Documentation

pwiz::analysis::PeakExtractor::PeakExtractor ( boost::shared_ptr< PeakFinder peakFinder,
boost::shared_ptr< PeakFitter peakFitter 
)

Member Function Documentation

void pwiz::analysis::PeakExtractor::extractPeaks ( const pwiz::math::OrderedPairContainerRef pairs,
std::vector< Peak > &  result 
) const

Referenced by extractPeaks(), and test().


Member Data Documentation

boost::shared_ptr<PeakFinder> pwiz::analysis::PeakExtractor::peakFinder_
private

Definition at line 59 of file PeakExtractor.hpp.

boost::shared_ptr<PeakFitter> pwiz::analysis::PeakExtractor::peakFitter_
private

Definition at line 60 of file PeakExtractor.hpp.


The documentation for this class was generated from the following file: