Home
last modified time | relevance | path

Searched refs:polygon_tag (Results 1 – 25 of 75) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/
H A Dimplementation.hpp173 struct within<Point, Polygon, point_tag, polygon_tag>
188 struct within<MultiPoint, Polygon, multi_point_tag, polygon_tag>
232 struct within<Linestring, Polygon, linestring_tag, polygon_tag>
237 struct within<MultiLinestring, Polygon, multi_linestring_tag, polygon_tag>
259 struct within<Ring, Polygon, ring_tag, polygon_tag>
264 struct within<Polygon, Ring, polygon_tag, ring_tag>
269 struct within<Polygon1, Polygon2, polygon_tag, polygon_tag>
284 struct within<Polygon, MultiPolygon, polygon_tag, multi_polygon_tag>
289 struct within<MultiPolygon, Polygon, multi_polygon_tag, polygon_tag>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/covered_by/
H A Dimplementation.hpp150 struct covered_by<Point, Polygon, point_tag, polygon_tag>
165 struct covered_by<MultiPoint, Polygon, multi_point_tag, polygon_tag>
209 struct covered_by<Linestring, Polygon, linestring_tag, polygon_tag>
214 struct covered_by<MultiLinestring, Polygon, multi_linestring_tag, polygon_tag>
236 struct covered_by<Ring, Polygon, ring_tag, polygon_tag>
241 struct covered_by<Polygon, Ring, polygon_tag, ring_tag>
246 struct covered_by<Polygon1, Polygon2, polygon_tag, polygon_tag>
261 struct covered_by<Polygon, MultiPolygon, polygon_tag, multi_polygon_tag>
266 struct covered_by<MultiPolygon, Polygon, multi_polygon_tag, polygon_tag>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dring_type.hpp99 struct ring_return_type<polygon_tag, Polygon>
133 polygon_tag,
157 struct ring_type<polygon_tag, Polygon>
161 typename ring_return_type<polygon_tag, Polygon>::type
H A Dinterior_type.hpp88 struct interior_return_type<polygon_tag, Polygon>
115 struct interior_type<polygon_tag, Polygon>
119 typename interior_return_type<polygon_tag, Polygon>::type
H A Dpoint_type.hpp95 struct point_type<polygon_tag, Polygon>
100 typename ring_type<polygon_tag, Polygon>::type
131 polygon_tag,
H A Dpoint_order.hpp134 struct point_order<polygon_tag, Polygon>
139 typename ring_type<polygon_tag, Polygon>::type
158 polygon_tag,
H A Dclosure.hpp148 struct closure<polygon_tag, Polygon>
153 typename ring_type<polygon_tag, Polygon>::type
171 polygon_tag,
H A Dtags.hpp92 struct polygon_tag : single_tag, polygonal_tag {}; struct
142 typedef polygon_tag type;
H A Dinterior_rings.hpp74 struct interior_rings<polygon_tag, Polygon>
93 polygon_tag,
H A Dis_areal.hpp37 template <> struct is_areal<polygon_tag> : boost::true_type {};
H A Dtopological_dimension.hpp63 struct top_dim<polygon_tag> : boost::mpl::int_<2> {};
H A Dgeometry_id.hpp54 struct geometry_id<polygon_tag> : boost::mpl::int_<3> {};
/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.hpp41 struct acceptable_operation<Polygon, counterclockwise, polygon_tag>
48 struct acceptable_operation<Polygon, clockwise, polygon_tag>
86 class is_acceptable_turn<Polygon, polygon_tag>
H A Ddebug_validity_phase.hpp37 struct debug_validity_phase<Polygon, polygon_tag>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dimplementation.hpp311 struct equals<Polygon1, Polygon2, polygon_tag, polygon_tag, 2, Reverse>
317 struct equals<Polygon, Ring, polygon_tag, ring_tag, 2, Reverse>
329 struct equals<Polygon, Box, polygon_tag, box_tag, 2, Reverse>
370 polygon_tag, multi_polygon_tag,
/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 Dget_ring.hpp78 struct get_ring<polygon_tag>
110 return get_ring<polygon_tag>::apply(id, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dconvert.hpp353 struct convert<Polygon1, Polygon2, polygon_tag, polygon_tag, DimensionCount, false>
370 struct convert<Box, Polygon, box_tag, polygon_tag, 2, false>
404 struct convert<Ring, Polygon, ring_tag, polygon_tag, DimensionCount, false>
420 struct convert<Polygon, Ring, polygon_tag, ring_tag, DimensionCount, false>
H A Dfor_each.hpp248 struct for_each_point<Polygon, polygon_tag>
280 struct for_each_segment<Polygon, polygon_tag>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/boundary_view/
H A Dimplementation.hpp245 struct num_rings<Polygon, polygon_tag>
269 struct views_container_initializer<Polygon, polygon_tag>
439 struct boundary_view<Polygon, polygon_tag>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dcheck.hpp108 struct check<Geometry, polygon_tag, true>
114 struct check<Geometry, polygon_tag, false>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Drecalculate.hpp210 struct recalculate<Polygon1, Polygon2, polygon_tag, polygon_tag>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dsegment_iterator.hpp70 struct segments_begin<Polygon, polygon_tag>
184 struct segments_end<Polygon, polygon_tag>
H A Dpoint_iterator.hpp64 struct points_begin<Polygon, polygon_tag>
175 struct points_end<Polygon, polygon_tag>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/detail/point_iterator/
H A Dinner_range_type.hpp48 struct inner_range_type<Polygon, polygon_tag>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/intersection/
H A Dmulti.hpp331 polygon_tag, multi_linestring_tag, linestring_tag,
378 multi_linestring_tag, polygon_tag, linestring_tag,

123