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 |
|
protected |
end index
|
protected |
start index
| OpenMS / TOPP release 2.0.0 | Documentation generated on Wed Mar 30 2016 12:49:28 using doxygen 1.8.11 |