ProteoWizard
|
FTMS Comparator. More...
#include <masscomparefunctors.hpp>
Public Types | |
typedef TReal | value_type |
Public Member Functions | |
FTMSCompFunctor (value_type window, value_type mass) | |
brief window at mass, i.e. 0.1 Da at 400Da More... | |
value_type | operator() (value_type val) |
brief returns size of windows for this mass More... | |
bool | operator() (value_type pval, value_type cval) |
brief compares two masses, returns true if they match false otherwise More... | |
Public Attributes | |
value_type | window_ |
value_type | mass_ |
value_type | invR_ |
FTMS Comparator.
Definition at line 97 of file masscomparefunctors.hpp.
typedef TReal ralab::base::resample::FTMSCompFunctor< TReal >::value_type |
Definition at line 99 of file masscomparefunctors.hpp.
|
inline |
brief window at mass, i.e. 0.1 Da at 400Da
Definition at line 106 of file masscomparefunctors.hpp.
|
inline |
brief returns size of windows for this mass
Definition at line 112 of file masscomparefunctors.hpp.
|
inline |
brief compares two masses, returns true if they match false otherwise
Definition at line 118 of file masscomparefunctors.hpp.
value_type ralab::base::resample::FTMSCompFunctor< TReal >::window_ |
Definition at line 100 of file masscomparefunctors.hpp.
value_type ralab::base::resample::FTMSCompFunctor< TReal >::mass_ |
Definition at line 102 of file masscomparefunctors.hpp.
value_type ralab::base::resample::FTMSCompFunctor< TReal >::invR_ |
Definition at line 103 of file masscomparefunctors.hpp.