comparator for two doubles with a tolerance value More...
#include <OpenMS/DATASTRUCTURES/SuffixArraySeqan.h>
Public Member Functions | |
FloatsWithTolLess (const double &t) | |
constructor More... | |
FloatsWithTolLess (const FloatsWithTolLess &rhs) | |
copy constructor More... | |
bool | operator() (double f1, double f2) const |
implementation of the '<' operator for two doubles with the tolerance value More... | |
Protected Attributes | |
double const & | tol_ |
tolerance value More... | |
comparator for two doubles with a tolerance value
|
inlineexplicit |
constructor
t | const reference to the tolerance |
|
inline |
copy constructor
implementation of the '<' operator for two doubles with the tolerance value
f1 | first double |
f2 | second double |
References FloatsWithTolLess::tol_.
|
protected |
tolerance value
Referenced by FloatsWithTolLess::operator()().
OpenMS / TOPP release 2.0.0 | Documentation generated on Fri May 29 2015 17:20:38 using doxygen 1.8.9.1 |