ProteoWizard
Public Types | Public Member Functions
pwiz::analysis::PeakelGrower Class Reference

interface for growing Peakels More...

#include <PeakelGrower.hpp>

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

List of all members.

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

Definition at line 44 of file PeakelGrower.hpp.


Constructor & Destructor Documentation

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

Definition at line 50 of file PeakelGrower.hpp.

{}

Member Function Documentation

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

Referenced by testToyExample().

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: