Home
last modified time | relevance | path

Searched defs:point_order (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/geometry/core/
Dpoint_order.hpp69 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/
Dbox_view.hpp98 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/
Dring.hpp132 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/
Dbuffered_ring.hpp108 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/
Dpoint_order.hpp20 namespace strategy { namespace point_order namespace
/third_party/boost/boost/geometry/strategies/cartesian/
Dpoint_order.hpp23 namespace strategy { namespace point_order namespace
/third_party/boost/boost/geometry/strategies/spherical/
Dpoint_order.hpp32 namespace strategy { namespace point_order namespace
/third_party/boost/boost/geometry/strategies/geographic/
Dpoint_order.hpp29 namespace strategy { namespace point_order namespace