|
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) | |
Public Member Functions inherited from pwiz::analysis::MSDataAnalyzer | |
| virtual | ~MSDataAnalyzer () |
MSDataAnalyzer interface | |
| const MSDataCache & | cache_ |
| boost::shared_ptr< RegionAnalyzer > | regionAnalyzer_ |
| Config | config_ |
| virtual void | open (const DataInfo &dataInfo) |
| start analysis of the data More... | |
| virtual UpdateRequest | updateRequested (const DataInfo &dataInfo, const SpectrumIdentity &spectrumIdentity) const |
| ask analyzer if it wants an update More... | |
| virtual void | update (const DataInfo &dataInfo, const Spectrum &spectrum) |
| analyze a single spectrum More... | |
| virtual void | close (const DataInfo &dataInfo) |
| end analysis of the data More... | |
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 72 of file RegionTIC.hpp.
|
private |
Definition at line 73 of file RegionTIC.hpp.
|
private |
Definition at line 74 of file RegionTIC.hpp.