Searched defs:point_order (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/geometry/core/ |
D | point_order.hpp | 69 struct point_order struct 71 static const order_selector value = clockwise; 79 namespace detail { namespace point_order namespace 98 struct point_order struct 108 struct point_order<point_tag, Point> struct 112 struct point_order<segment_tag, Segment> struct 117 struct point_order<box_tag, Box> struct 121 struct point_order<linestring_tag, LineString> struct 126 struct point_order<ring_tag, Ring> struct 128 static const order_selector value [all …]
|
/third_party/boost/boost/geometry/views/ |
D | box_view.hpp | 98 struct point_order<box_view<Box, false> > struct 100 static order_selector const value = counterclockwise; 105 struct point_order<box_view<Box, true> > struct 107 static order_selector const value = clockwise;
|
/third_party/boost/boost/geometry/geometries/ |
D | ring.hpp | 132 struct point_order<model::ring<Point, false, Closed, Container, Allocator> > struct 134 static const order_selector value = counterclockwise; 145 struct point_order<model::ring<Point, true, Closed, Container, Allocator> > struct 147 static const order_selector value = clockwise;
|
/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | buffered_ring.hpp | 108 struct point_order<geometry::detail::buffer::buffered_ring<Ring> > struct 110 static const order_selector value = geometry::point_order<Ring>::value; 155 struct point_order<detail::buffer::buffered_ring_collection_tag, struct 161 static const order_selector value
|
/third_party/boost/boost/geometry/strategies/ |
D | point_order.hpp | 20 namespace strategy { namespace point_order namespace
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | point_order.hpp | 23 namespace strategy { namespace point_order namespace
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | point_order.hpp | 32 namespace strategy { namespace point_order namespace
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | point_order.hpp | 29 namespace strategy { namespace point_order namespace
|