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

interface for picking Peakels and arranging into Features; note: Peakels are actually removed from the PeakelField More...

#include <PeakelPicker.hpp>

Inheritance diagram for pwiz::analysis::PeakelPicker:
pwiz::analysis::PeakelPicker_Basic

Public Member Functions

virtual void pick (PeakelField &peakels, FeatureField &features) const =0
 
virtual ~PeakelPicker ()
 

Detailed Description

interface for picking Peakels and arranging into Features; note: Peakels are actually removed from the PeakelField

Definition at line 40 of file PeakelPicker.hpp.

Constructor & Destructor Documentation

§ ~PeakelPicker()

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

Definition at line 46 of file PeakelPicker.hpp.

46 {}

Member Function Documentation

§ pick()

virtual void pwiz::analysis::PeakelPicker::pick ( PeakelField peakels,
FeatureField features 
) const
pure virtual

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