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

FT-specific implementation of PeakFamilyDetector. More...

#include <PeakFamilyDetectorFT.hpp>

Inheritance diagram for pwiz::analysis::PeakFamilyDetectorFT:
pwiz::analysis::PeakFamilyDetector

List of all members.

Classes

struct  Config
struct  NoDataException
 FT-specific exception. More...

Public Member Functions

 PeakFamilyDetectorFT (const Config &config)
virtual void detect (const MZIntensityPair *begin, const MZIntensityPair *end, std::vector< PeakFamily > &result)
 find peak families in a specified array of MZIntensityPair
- Public Member Functions inherited from pwiz::analysis::PeakFamilyDetector
virtual void detect (const std::vector< MZIntensityPair > &data, std::vector< PeakFamily > &result)
 convenience function – equivalent to: detect(&data[0], &data[0]+data.size(), result)
virtual ~PeakFamilyDetector ()

Private Member Functions

 PeakFamilyDetectorFT (PeakFamilyDetectorFT &)
PeakFamilyDetectorFToperator= (PeakFamilyDetectorFT &)

Private Attributes

boost::shared_ptr< Impl > impl_

Additional Inherited Members

- Public Types inherited from pwiz::analysis::PeakFamilyDetector
typedef
pwiz::msdata::MZIntensityPair 
MZIntensityPair
typedef
pwiz::data::peakdata::PeakFamily 
PeakFamily

Detailed Description

FT-specific implementation of PeakFamilyDetector.

Definition at line 40 of file PeakFamilyDetectorFT.hpp.


Constructor & Destructor Documentation

pwiz::analysis::PeakFamilyDetectorFT::PeakFamilyDetectorFT ( const Config config)
pwiz::analysis::PeakFamilyDetectorFT::PeakFamilyDetectorFT ( PeakFamilyDetectorFT )
private

Member Function Documentation

virtual void pwiz::analysis::PeakFamilyDetectorFT::detect ( const MZIntensityPair begin,
const MZIntensityPair end,
std::vector< PeakFamily > &  result 
)
virtual

find peak families in a specified array of MZIntensityPair

Implements pwiz::analysis::PeakFamilyDetector.

Referenced by test().

PeakFamilyDetectorFT& pwiz::analysis::PeakFamilyDetectorFT::operator= ( PeakFamilyDetectorFT )
private

Member Data Documentation

boost::shared_ptr<Impl> pwiz::analysis::PeakFamilyDetectorFT::impl_
private

Definition at line 65 of file PeakFamilyDetectorFT.hpp.


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