ProteoWizard
Public Member Functions
pwiz::analysis::PeakDetector Struct Reference

#include <PeakDetector.hpp>

Inheritance diagram for pwiz::analysis::PeakDetector:
pwiz::analysis::LocalMaximumPeakDetector

List of all members.

Public Member Functions

virtual void detect (const std::vector< double > &x, const std::vector< double > &y, std::vector< double > &xPeakValues, std::vector< double > &yPeakValues, std::vector< Peak > *peaks=NULL)=0
 find peaks in the signal profile described by the x and y vectors
virtual ~PeakDetector ()

Detailed Description

Definition at line 47 of file PeakDetector.hpp.


Constructor & Destructor Documentation

virtual pwiz::analysis::PeakDetector::~PeakDetector ( )
inlinevirtual

Definition at line 54 of file PeakDetector.hpp.

{}

Member Function Documentation

virtual void pwiz::analysis::PeakDetector::detect ( const std::vector< double > &  x,
const std::vector< double > &  y,
std::vector< double > &  xPeakValues,
std::vector< double > &  yPeakValues,
std::vector< Peak > *  peaks = NULL 
)
pure virtual

find peaks in the signal profile described by the x and y vectors

Implemented in pwiz::analysis::LocalMaximumPeakDetector.


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