Jpp
debug
the software that should make you happy
|
Auxiliary class for ordering of objects in the collection by their abscissa values. More...
#include <JCollection.hh>
Public Member Functions | |
bool | operator() (const JElement_t &first, const JElement_t &second) const |
Comparison of elements. More... | |
bool | operator() (const JElement_t &element, typename JClass< abscissa_type >::argument_type x) const |
Comparison of element and abscissa value. More... | |
Public Attributes | |
JDistance_t | getDistance |
Function object for distance evaluation. More... | |
Auxiliary class for ordering of objects in the collection by their abscissa values.
Definition at line 105 of file JCollection.hh.
|
inline |
Comparison of elements.
first | first element |
second | second element |
Definition at line 113 of file JCollection.hh.
|
inline |
Comparison of element and abscissa value.
element | element |
x | abscissa value |
Definition at line 127 of file JCollection.hh.
JDistance_t JTOOLS::JCollection< JElement_t, JDistance_t >::JComparator::getDistance |
Function object for distance evaluation.
Definition at line 136 of file JCollection.hh.