ProteoWizard
Public Member Functions | List of all members
pwiz::analysis::PeakFinder Class Referenceabstract

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

#include <PeakFinder.hpp>

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

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

§ ~PeakFinder()

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

Definition at line 45 of file PeakFinder.hpp.

45 {}

Member Function Documentation

§ findPeaks()

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: