|
|
Public Types | |
| typedef Point | first_argument_type |
| typedef bool | result_type |
| typedef Point | second_argument_type |
This functor compares points and orders them on x, then on y, then on z coordinate.
| Geometry | the geometry | |
| Dimension | the dimension to sort on, defaults to -1, indicating ALL dimensions. That's to say, first on x, on equal x-es then on y, etc. If a dimension is specified, only that dimension is considered | |
| Strategy | underlying coordinate comparing functor, defaults to the default comparison strategies related to the point coordinate system. If specified, the specified strategy is used. This can e.g. be std::less<double>. |
Definition at line 204 of file compare.hpp.
| typedef Point boost::geometry::less< Point, Dimension, Strategy >::first_argument_type |
Definition at line 213 of file compare.hpp.
| typedef Point boost::geometry::less< Point, Dimension, Strategy >::second_argument_type |
Definition at line 214 of file compare.hpp.
| typedef bool boost::geometry::less< Point, Dimension, Strategy >::result_type |
Definition at line 215 of file compare.hpp.
|
December 1, 2009 |
Copyright © 1995-2009 Barend Gehrels, Geodan, Amsterdam Copyright © 2008-2009 Bruno Lalande, Paris Copyright © 2009 Mateusz Loskot, Cadcorp, London |