DGtal 1.4.0
|
Aim: Small binary predicate to order candidates points according to their (absolute) distance value. More...
#include <DGtal/geometry/volumes/distance/FMM.h>
Public Member Functions | |
bool | operator() (const T &a, const T &b) const |
Aim: Small binary predicate to order candidates points according to their (absolute) distance value.
Description of template class 'PointValueCompare'
T | model of pair Point-Value |
|
inline |
Comparison function
a | an object of type T |
b | another object of type T |
Definition at line 87 of file FMM.h.