ProteoWizard
|
Public Member Functions | |
virtual tribool | less (const SpectrumIdentity &lhs, const SpectrumIdentity &rhs) const |
return values: true: lhs < rhs false: lhs >= rhs indeterminate: need to see the full Spectrum object to decide | |
virtual tribool | less (const Spectrum &lhs, const Spectrum &rhs) const |
return values: true: lhs < rhs false: lhs >= rhs indeterminate: need a more detailed Spectrum object to decide | |
![]() | |
virtual | ~Predicate () |
Definition at line 42 of file SpectrumList_SorterTest.cpp.
|
inlinevirtual |
return values: true: lhs < rhs false: lhs >= rhs indeterminate: need to see the full Spectrum object to decide
Reimplemented from pwiz::analysis::SpectrumList_Sorter::Predicate.
Definition at line 44 of file SpectrumList_SorterTest.cpp.
|
inlinevirtual |
return values: true: lhs < rhs false: lhs >= rhs indeterminate: need a more detailed Spectrum object to decide
Reimplemented from pwiz::analysis::SpectrumList_Sorter::Predicate.
Definition at line 50 of file SpectrumList_SorterTest.cpp.
References pwiz::msdata::Spectrum::defaultArrayLength, and pwiz::msdata::SpectrumIdentity::id.