ProteoWizard
Classes | Public Member Functions | Private Attributes
pwiz::analysis::PeakelPicker_Basic Class Reference

basic implementation More...

#include <PeakelPicker.hpp>

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

List of all members.

Classes

struct  Config

Public Member Functions

 PeakelPicker_Basic (const Config &config=Config())
virtual void pick (PeakelField &peakels, FeatureField &features) const
- Public Member Functions inherited from pwiz::analysis::PeakelPicker
virtual ~PeakelPicker ()

Private Attributes

Config config_

Detailed Description

basic implementation

Definition at line 53 of file PeakelPicker.hpp.


Constructor & Destructor Documentation

pwiz::analysis::PeakelPicker_Basic::PeakelPicker_Basic ( const Config config = Config())
inline

Definition at line 81 of file PeakelPicker.hpp.

: config_(config) {}

Member Function Documentation

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

Implements pwiz::analysis::PeakelPicker.

Referenced by testToy().


Member Data Documentation

Config pwiz::analysis::PeakelPicker_Basic::config_
private

Definition at line 86 of file PeakelPicker.hpp.


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