ProteoWizard
|
FT-specific implementation of PeakFamilyDetector. More...
#include <PeakFamilyDetectorFT.hpp>
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 | |
![]() | |
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 &) | |
PeakFamilyDetectorFT & | operator= (PeakFamilyDetectorFT &) |
Private Attributes | |
boost::shared_ptr< Impl > | impl_ |
Additional Inherited Members | |
![]() | |
typedef pwiz::msdata::MZIntensityPair | MZIntensityPair |
typedef pwiz::data::peakdata::PeakFamily | PeakFamily |
FT-specific implementation of PeakFamilyDetector.
Definition at line 40 of file PeakFamilyDetectorFT.hpp.
pwiz::analysis::PeakFamilyDetectorFT::PeakFamilyDetectorFT | ( | const Config & | config | ) |
|
private |
|
virtual |
find peak families in a specified array of MZIntensityPair
Implements pwiz::analysis::PeakFamilyDetector.
Referenced by test().
|
private |
|
private |
Definition at line 65 of file PeakFamilyDetectorFT.hpp.