ProteoWizard
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
pwiz::analysis::PeakFamilyDetectorFT Class Reference

FT-specific implementation of PeakFamilyDetector. More...

#include <PeakFamilyDetectorFT.hpp>

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

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 More...
 
- 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) More...
 
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

§ PeakFamilyDetectorFT() [1/2]

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

§ PeakFamilyDetectorFT() [2/2]

pwiz::analysis::PeakFamilyDetectorFT::PeakFamilyDetectorFT ( PeakFamilyDetectorFT )
private

Member Function Documentation

§ detect()

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().

§ operator=()

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

Member Data Documentation

§ impl_

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: