Home
last modified time | relevance | path

Searched refs:point_order (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dpoint_order.hpp69 struct point_order struct
79 namespace detail { namespace point_order namespace
98 struct point_order struct
108 struct point_order<point_tag, Point> struct
109 : public detail::point_order::clockwise {};
112 struct point_order<segment_tag, Segment> struct
113 : public detail::point_order::clockwise {};
117 struct point_order<box_tag, Box> struct
118 : public detail::point_order::clockwise {};
121 struct point_order<linestring_tag, LineString> struct
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffered_ring.hpp108 struct point_order<geometry::detail::buffer::buffered_ring<Ring> > struct
110 static const order_selector value = geometry::point_order<Ring>::value; argument
155 struct point_order<detail::buffer::buffered_ring_collection_tag, struct
162 = core_dispatch::point_order<ring_tag, Ring>::value;
H A Dbuffer_inserter.hpp1007 geometry::point_order<GeometryOutput>::value == counterclockwise)) in buffer_inserter()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/
H A Dbox_view.hpp98 struct point_order<box_view<Box, false> > struct
105 struct point_order<box_view<Box, true> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dring.hpp132 struct point_order<model::ring<Point, false, Closed, Container, Allocator> > struct
145 struct point_order<model::ring<Point, true, Closed, Container, Allocator> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dintersection_insert.hpp415 bool Reverse1 = detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value,
416 bool Reverse2 = detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value,
417 bool ReverseOut = detail::overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value,
974 overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in insert()
975 overlay::do_reverse<geometry::point_order<Geometry2>::value, ReverseSecond>::value, in insert()
976 overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value in insert()
983 geometry::detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in insert()
984 …geometry::detail::overlay::do_reverse<geometry::point_order<Geometry2>::value, ReverseSecond>::val… in insert()
H A Dself_turn_points.hpp340 geometry::point_order<Geometry>::value in self_turns()
H A Dhandle_colocations.hpp646 do_reverse<geometry::point_order<Geometry1>::value>::value != Reverse1, in handle_colocations()
647 do_reverse<geometry::point_order<Geometry2>::value>::value != Reverse2, in handle_colocations()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dconvert.hpp194 geometry::point_order<Polygon1>::value
195 != geometry::point_order<Polygon2>::value
342 geometry::point_order<Ring1>::value
343 != geometry::point_order<Ring2>::value
364 geometry::point_order<Ring>::value == counterclockwise
H A Dconvex_hull.hpp83 geometry::point_order<OutputGeometry>::value, in apply()
123 = geometry::point_order<OutputGeometry>::value == counterclockwise; in apply()
185 geometry::point_order<Geometry>::value, in apply()
H A Dunion.hpp51 bool Reverse1 = detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value,
52 bool Reverse2 = detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value,
53 bool ReverseOut = detail::overlay::do_reverse<geometry::point_order<GeometryOut>::value>::value,
H A Dassign.hpp235 = point_order<Geometry1>::value == point_order<Geometry2>::value; in apply()
H A Darea.hpp163 order_as_direction<geometry::point_order<Ring>::value>::value,
179 order_as_direction<geometry::point_order<Polygon>::value>::value, in apply()
H A Ddifference.hpp77 geometry::detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in difference_insert()
78 … geometry::detail::overlay::do_reverse<geometry::point_order<Geometry2>::value, true>::value in difference_insert()
H A Dsym_difference.hpp68 geometry::point_order<Geometry1>::value in apply()
72 geometry::point_order<Geometry2>::value, true in apply()
H A Dcorrect.hpp135 order_as_direction<geometry::point_order<Ring>::value>::value,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dlinear_linear.hpp147 … overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, // should be false in apply()
148 … overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, // should be false in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dturns.hpp111 geometry::point_order<Geometry1>::value in apply()
116 geometry::point_order<Geometry2>::value in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/
H A Dnormalized_view.hpp63 geometry::point_order<Geometry>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/
H A Dimplementation.hpp270 detail::overlay::do_reverse<geometry::point_order<Geometry1>::value>::value, in apply()
271 detail::overlay::do_reverse<geometry::point_order<Geometry2>::value>::value, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dis_acceptable_turn.hpp34 order_selector Order = geometry::point_order<Geometry>::value,
H A Dring.hpp114 order_as_direction<geometry::point_order<Ring>::value>::value, in apply()