Home
last modified time | relevance | path

Searched refs:get_ring (Results 1 – 5 of 5) sorted by relevance

/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.hpp35 struct get_ring struct
41 struct get_ring<void> struct
55 struct get_ring<ring_tag> struct
66 struct get_ring<box_tag> struct
78 struct get_ring<polygon_tag> struct
98 struct get_ring<multi_polygon_tag> struct
110 return get_ring<polygon_tag>::apply(id, in apply()
H A Dassign_parents.hpp64 get_ring<tag1>::apply(outer_id, geometry1), strategy) >= 0; in within_selected_input()
67 get_ring<tag2>::apply(outer_id, geometry2), strategy) >= 0; in within_selected_input()
70 get_ring<void>::apply(outer_id, collection), strategy) >= 0; in within_selected_input()
95 get_ring<tag1>::apply(inner_id, geometry1), in within_selected_input()
99 get_ring<tag2>::apply(inner_id, geometry2), in within_selected_input()
103 get_ring<void>::apply(inner_id, collection), in within_selected_input()
263 geometry::envelope(get_ring<tag1>::apply(it->first, geometry1), in assign_parents()
267 geometry::envelope(get_ring<tag2>::apply(it->first, geometry2), in assign_parents()
271 geometry::envelope(get_ring<void>::apply(it->first, collection), in assign_parents()
H A Dadd_rings.hpp48 get_ring<tag1>::apply(id, geometry1), in convert_and_add()
54 get_ring<tag2>::apply(id, geometry2), in convert_and_add()
60 get_ring<void>::apply(id, collection), in convert_and_add()
H A Dsort_by_side.hpp301 …? geometry::num_points(detail::overlay::get_ring<typename geometry::tag<Geometry1>::type>::apply(r… in calculate_segment_distance()
302 …: geometry::num_points(detail::overlay::get_ring<typename geometry::tag<Geometry2>::type>::apply(r… in calculate_segment_distance()
/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.hpp261 struct get_ring<detail::buffer::buffered_ring_collection_tag> struct
273 return get_ring<ring_tag>::apply(id, multi_ring[id.multi_index]); in apply()