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

interface for growing Peakels More...

#include <PeakelGrower.hpp>

Inheritance diagram for pwiz::analysis::PeakelGrower:
pwiz::analysis::PeakelGrower_Proximity

Public Types

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

Public Member Functions

virtual void sowPeak (PeakelField &peakelField, const Peak &peak) const =0
 
virtual void sowPeaks (PeakelField &peakelField, const std::vector< Peak > &peaks) const
 
virtual void sowPeaks (PeakelField &peakelField, const std::vector< std::vector< Peak > > &peaks) const
 
virtual ~PeakelGrower ()
 

Detailed Description

interface for growing Peakels

Definition at line 40 of file PeakelGrower.hpp.

Member Typedef Documentation

§ Peak

Definition at line 44 of file PeakelGrower.hpp.

Constructor & Destructor Documentation

§ ~PeakelGrower()

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

Definition at line 50 of file PeakelGrower.hpp.

50 {}

Member Function Documentation

§ sowPeak()

virtual void pwiz::analysis::PeakelGrower::sowPeak ( PeakelField peakelField,
const Peak peak 
) const
pure virtual

§ sowPeaks() [1/2]

virtual void pwiz::analysis::PeakelGrower::sowPeaks ( PeakelField peakelField,
const std::vector< Peak > &  peaks 
) const
virtual

Referenced by testToyExample().

§ sowPeaks() [2/2]

virtual void pwiz::analysis::PeakelGrower::sowPeaks ( PeakelField peakelField,
const std::vector< std::vector< Peak > > &  peaks 
) const
virtual

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