ProteoWizard
|
writes data samples from a single rectangular region More...
#include <RegionTIC.hpp>
Classes | |
struct | Config |
Public Member Functions | |
RegionTIC (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 RegionTIC.hpp.
pwiz::analysis::RegionTIC::RegionTIC | ( | 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 66 of file RegionTIC.hpp.
|
private |
Definition at line 67 of file RegionTIC.hpp.
|
private |
Definition at line 68 of file RegionTIC.hpp.