|
ProteoWizard
|
predicate returns true iff the object's retention time range contains the specified retention time More...
#include <MZRTField.hpp>
Public Member Functions | |
| RTMatches_Contains (double rt, double rtTolerance=0) | |
| bool | operator() (const T &t) const |
Private Attributes | |
| double | rt_ |
| double | rtTolerance_ |
predicate returns true iff the object's retention time range contains the specified retention time
Definition at line 130 of file MZRTField.hpp.
|
inline |
Definition at line 132 of file MZRTField.hpp.
|
inline |
Definition at line 134 of file MZRTField.hpp.
References pwiz::analysis::RTMatches_Contains< T >::rt_, and pwiz::analysis::RTMatches_Contains< T >::rtTolerance_.
|
private |
Definition at line 140 of file MZRTField.hpp.
Referenced by pwiz::analysis::RTMatches_Contains< T >::operator()().
|
private |
Definition at line 141 of file MZRTField.hpp.
Referenced by pwiz::analysis::RTMatches_Contains< T >::operator()().
1.8.1.1