|
ProteoWizard
|
Public Member Functions | |
| virtual tribool | accept (const SpectrumIdentity &spectrumIdentity) const |
| return values: true: accept the Spectrum false: reject the Spectrum indeterminate: need to see the full Spectrum object to decide | |
| virtual tribool | accept (const Spectrum &spectrum) const |
| return true iff Spectrum is accepted | |
Public Member Functions inherited from pwiz::analysis::SpectrumList_Filter::Predicate | |
| virtual msdata::DetailLevel | suggestedDetailLevel () const |
| can be overridden in subclasses that know they will need a certain detail level; it must be overridden to return DetailLevel_FullData if binary data is needed | |
| virtual bool | done () const |
| return true iff done accepting spectra; this allows early termination of the iteration through the original SpectrumList, possibly using assumptions about the order of the iteration (e.g. | |
| virtual | ~Predicate () |
Definition at line 171 of file SpectrumList_FilterTest.cpp.
|
inlinevirtual |
return values: true: accept the Spectrum false: reject the Spectrum indeterminate: need to see the full Spectrum object to decide
Implements pwiz::analysis::SpectrumList_Filter::Predicate.
Definition at line 173 of file SpectrumList_FilterTest.cpp.
References pwiz::msdata::SpectrumIdentity::index.
|
inlinevirtual |
return true iff Spectrum is accepted
Reimplemented from pwiz::analysis::SpectrumList_Filter::Predicate.
Definition at line 179 of file SpectrumList_FilterTest.cpp.
References pwiz::data::CVParam::cvid, CVID_Unknown, pwiz::cv::cvIsA(), pwiz::data::ParamContainer::cvParam(), pwiz::data::ParamContainer::cvParamChild(), MS_mass_spectrum, MS_ms_level, MS_spectrum_type, and pwiz::data::CVParam::valueAs().
1.8.1.1