#include <Annealer.h>
Public Member Functions | |
bool | operator() (Point pt1, Point pt2) |
|
Definition at line 139 of file Annealer.h. References parquetfp::Point::x.
00140 {
00141 return (pt1.x < pt2.x);
00142 }
|