Home
last modified time | relevance | path

Searched refs:select_rings (Results 1 – 2 of 2) 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 Dselect_rings.hpp56 struct select_rings struct
60 struct select_rings<box_tag, Box> struct
80 struct select_rings<ring_tag, Ring> struct
107 struct select_rings<polygon_tag, Polygon> struct
115 typedef select_rings<ring_tag, ring_type> per_ring; in apply()
135 typedef select_rings<ring_tag, ring_type> per_ring; in apply()
151 struct select_rings<multi_polygon_tag, Multi> struct
163 typedef select_rings<polygon_tag, typename boost::range_value<Multi>::type> per_polygon; in apply()
314 inline void select_rings(Geometry1 const& geometry1, Geometry2 const& geometry2, in select_rings() function
325 dispatch::select_rings<tag1, Geometry1>::apply(geometry1, geometry2, in select_rings()
[all …]
H A Doverlay.hpp234 select_rings<OverlayType>(geometry1, geometry2, empty, all_of_one_of_them, strategy); in return_if_one_input_is_empty()
363 select_rings<OverlayType>(geometry1, geometry2, turn_info_per_ring, in apply()