#include <coordinateCompare.h>
Public Types | |
| typedef Base::first_argument_type | first_argument_type |
| The first argument type. | |
| typedef Base::second_argument_type | second_argument_type |
| The second argument type. | |
| typedef Base::result_type | result_type |
| The result type. | |
Public Member Functions | |
| LessThanCompareCoordinate (const int n=-1) | |
| Constructor. By default, the coordinate to compare has an invalid value. | |
| void | setCoordinate (const int n) |
| Set the coordinate to compare. | |
| bool | operator() (const first_argument_type &x, const second_argument_type &y) const |
| Less than comparison in a specified coordinate. | |
This class is templated on the point type.
1.4.7