libcrn
3.9.5
A document image processing library
|
Functor to compare points. More...
#include <CRNPoint2D.h>
Public Member Functions | |
Comparer (Direction dir) | |
Constructor. More... | |
bool | operator() (const Point2D &p1, const Point2D &p2) const |
functor More... | |
Functor to compare points.
Definition at line 78 of file CRNPoint2D.h.
|
inline |
Constructor.
[in] | dir | the direction LEFT = left to right, BOTTOM = bottom to top, etc. |
Definition at line 84 of file CRNPoint2D.h.
|
inline |
functor
Definition at line 86 of file CRNPoint2D.h.