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 |
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 () |
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.
References closed, opened, and updateCount.
|
inlinevirtual |
ask analyzer if it wants an update
Reimplemented from pwiz::analysis::MSDataAnalyzer.
Definition at line 57 of file MSDataAnalyzerTest.cpp.
References index, pwiz::msdata::SpectrumIdentity::index, UpdateRequest_NoBinary, and UpdateRequest_None.
|
inlinevirtual |
analyze a single spectrum
Reimplemented from pwiz::analysis::MSDataAnalyzer.
Definition at line 64 of file MSDataAnalyzerTest.cpp.
References index, pwiz::msdata::SpectrumIdentity::index, os_, and updateCount.
|
inlinevirtual |
end analysis of the data
Reimplemented from pwiz::analysis::MSDataAnalyzer.
Definition at line 71 of file MSDataAnalyzerTest.cpp.
References closed.
size_t SimpleAnalyzer::index |
Definition at line 39 of file MSDataAnalyzerTest.cpp.
Referenced by update(), and updateRequested().
bool SimpleAnalyzer::opened |
Definition at line 40 of file MSDataAnalyzerTest.cpp.
Referenced by open().
int SimpleAnalyzer::updateCount |
Definition at line 41 of file MSDataAnalyzerTest.cpp.
bool SimpleAnalyzer::closed |
Definition at line 42 of file MSDataAnalyzerTest.cpp.