ProteoWizard
|
writes file-level metadata to a file More...
#include <MetadataReporter.hpp>
Public Member Functions | |
MSDataAnalyzer interface | |
virtual void | open (const DataInfo &dataInfo) |
start analysis of the data | |
![]() | |
virtual | ~MSDataAnalyzer () |
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 |
writes file-level metadata to a file
Definition at line 37 of file MetadataReporter.hpp.
|
virtual |
start analysis of the data
Reimplemented from pwiz::analysis::MSDataAnalyzer.