DGtal 1.4.0
|
Aim: A small struct with an operator that compares two values (<=). More...
#include <DGtal/shapes/fromPoints/Point2ShapePredicate.h>
Public Member Functions | |
bool | operator() (const T &q, const T &t) const |
Aim: A small struct with an operator that compares two values (<=).
T | type for a signed quantity that is comparable |
Definition at line 222 of file Point2ShapePredicate.h.
|
inline |
Compares two values.
q | left value. |
t | right value. |
Definition at line 229 of file Point2ShapePredicate.h.