|
Jpp
|
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 103 of file JCollection.hh.
|
inline |
Comparison of elements.
| first | first element |
| second | second element |
Definition at line 111 of file JCollection.hh.
|
inline |
Comparison of element and abscissa value.
| element | element |
| x | abscissa value |
Definition at line 125 of file JCollection.hh.
| JDistance_t JTOOLS::JCollection< JElement_t, JDistance_t >::JComparator::getDistance |
Function object for distance evaluation.
Definition at line 134 of file JCollection.hh.
1.8.5