ProteoWizard
|
writes data samples from a single rectangular region More...
#include <RegionSIC.hpp>
Classes | |
struct | Config |
Public Member Functions | |
RegionSIC (const MSDataCache &cache, const Config &config) | |
MSDataAnalyzer interface | |
virtual void | open (const DataInfo &dataInfo) |
start analysis of the data | |
virtual UpdateRequest | updateRequested (const DataInfo &dataInfo, const SpectrumIdentity &spectrumIdentity) const |
ask analyzer if it wants an update | |
virtual void | update (const DataInfo &dataInfo, const Spectrum &spectrum) |
analyze a single spectrum | |
virtual void | close (const DataInfo &dataInfo) |
end analysis of the data | |
![]() | |
virtual | ~MSDataAnalyzer () |
Private Attributes | |
const MSDataCache & | cache_ |
boost::shared_ptr< RegionAnalyzer > | regionAnalyzer_ |
Config | config_ |
writes data samples from a single rectangular region
Definition at line 40 of file RegionSIC.hpp.
pwiz::analysis::RegionSIC::RegionSIC | ( | const MSDataCache & | cache, |
const Config & | config | ||
) |
|
virtual |
start analysis of the data
Reimplemented from pwiz::analysis::MSDataAnalyzer.
|
virtual |
ask analyzer if it wants an update
Reimplemented from pwiz::analysis::MSDataAnalyzer.
|
virtual |
analyze a single spectrum
Reimplemented from pwiz::analysis::MSDataAnalyzer.
|
virtual |
end analysis of the data
Reimplemented from pwiz::analysis::MSDataAnalyzer.
|
private |
Definition at line 70 of file RegionSIC.hpp.
|
private |
Definition at line 71 of file RegionSIC.hpp.
|
private |
Definition at line 72 of file RegionSIC.hpp.