DGtal
1.5.beta
|
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 |