ProteoWizard
|
predicate returns true iff the object's retention time range is completely contained within the range of the specified reference object, up to the specified tolerance More...
#include <MZRTField.hpp>
Public Member Functions | |
RTMatches_IsContainedIn (const T &reference, double rtTolerance=0) | |
bool | operator() (const T &t) const |
Private Attributes | |
const T & | reference_ |
double | rtTolerance_ |
predicate returns true iff the object's retention time range is completely contained within the range of the specified reference object, up to the specified tolerance
Definition at line 148 of file MZRTField.hpp.
|
inline |
Definition at line 150 of file MZRTField.hpp.
|
inline |
Definition at line 153 of file MZRTField.hpp.
References pwiz::analysis::RTMatches_IsContainedIn< T >::reference_, and pwiz::analysis::RTMatches_IsContainedIn< T >::rtTolerance_.
|
private |
Definition at line 160 of file MZRTField.hpp.
Referenced by pwiz::analysis::RTMatches_IsContainedIn< T >::operator()().
|
private |
Definition at line 161 of file MZRTField.hpp.
Referenced by pwiz::analysis::RTMatches_IsContainedIn< T >::operator()().