comparator for two doubles with a tolerance value More...
#include <OpenMS/DATASTRUCTURES/SuffixArraySeqan.h>
Public Member Functions | |
IntsInRangeLess (const int &s, const int &e) | |
constructor More... | |
IntsInRangeLess (const IntsInRangeLess &source) | |
copy constructor More... | |
bool | operator() (int f1, int f2) const |
implementation of the '<' operator for two doubles with the tolerance value More... | |
Protected Attributes | |
int const & | start_ |
start index More... | |
int const & | end_ |
end index More... | |
comparator for two doubles with a tolerance value
|
inline |
constructor
t | const reference to the tolerance |
|
inline |
copy constructor
|
inline |
implementation of the '<' operator for two doubles with the tolerance value
f1 | first double |
f2 | second double |
References IntsInRangeLess::end_, and IntsInRangeLess::start_.
|
protected |
end index
Referenced by IntsInRangeLess::operator()().
|
protected |
start index
Referenced by IntsInRangeLess::operator()().
OpenMS / TOPP release 2.0.0 | Documentation generated on Sat May 16 2015 16:13:53 using doxygen 1.8.9.1 |