|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Strict weak order for sorting points by (y,x). More...
Public Member Functions | |
| bool | operator() (const Point &p1, const Point &p2) const |
Strict weak order for sorting points by (y,x).
Used to maintain the auxiliary array py sorted by y. Ties on y are broken by x to keep ordering deterministic.
Definition at line 879 of file geom_algorithms.H.
|
inline |
Definition at line 881 of file geom_algorithms.H.
References Aleph::Point::get_x(), and Aleph::Point::get_y().