ProteoWizard
|
Public Member Functions | |
SimpleAnalyzer (size_t _index) | |
virtual void | open (const DataInfo &dataInfo) |
start analysis of the data | |
virtual UpdateRequest | updateRequested (const DataInfo &dataInfo, const SpectrumIdentity &entry) const |
virtual void | update (const DataInfo &dataInfo, const Spectrum &spectrum) |
virtual void | close (const DataInfo &dataInfo) |
end 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 |
Public Attributes | |
size_t | index |
bool | opened |
int | updateCount |
bool | closed |
Definition at line 37 of file MSDataAnalyzerTest.cpp.
|
inline |
Definition at line 44 of file MSDataAnalyzerTest.cpp.
|
inlinevirtual |
start analysis of the data
Reimplemented from pwiz::analysis::MSDataAnalyzer.
Definition at line 46 of file MSDataAnalyzerTest.cpp.
|
inlinevirtual |
Definition at line 57 of file MSDataAnalyzerTest.cpp.
References UpdateRequest_NoBinary, and UpdateRequest_None.
|
inlinevirtual |
Definition at line 64 of file MSDataAnalyzerTest.cpp.
References os_.
|
inlinevirtual |
end analysis of the data
Reimplemented from pwiz::analysis::MSDataAnalyzer.
Definition at line 71 of file MSDataAnalyzerTest.cpp.
size_t SimpleAnalyzer::index |
Definition at line 39 of file MSDataAnalyzerTest.cpp.
bool SimpleAnalyzer::opened |
Definition at line 40 of file MSDataAnalyzerTest.cpp.
Referenced by test().
int SimpleAnalyzer::updateCount |
Definition at line 41 of file MSDataAnalyzerTest.cpp.
Referenced by test().
bool SimpleAnalyzer::closed |
Definition at line 42 of file MSDataAnalyzerTest.cpp.
Referenced by test().