ProteoWizard
Public Member Functions
pwiz::analysis::PeakFinder Class Reference

interface for finding peaks in an array of ordered pairs More...

#include <PeakFinder.hpp>

Inheritance diagram for pwiz::analysis::PeakFinder:
pwiz::analysis::PeakFinder_SNR

List of all members.

Public Member Functions

virtual void findPeaks (const math::OrderedPairContainerRef &pairs, std::vector< size_t > &resultIndices) const =0
virtual ~PeakFinder ()

Detailed Description

interface for finding peaks in an array of ordered pairs

Definition at line 39 of file PeakFinder.hpp.


Constructor & Destructor Documentation

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

Definition at line 45 of file PeakFinder.hpp.

{}

Member Function Documentation

virtual void pwiz::analysis::PeakFinder::findPeaks ( const math::OrderedPairContainerRef pairs,
std::vector< size_t > &  resultIndices 
) const
pure virtual

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