Searched refs:single_geometry (Results 1 – 6 of 6) 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/ |
| H A D | single_geometry.hpp | 38 struct single_geometry struct 48 struct single_geometry<Geometry, true> struct 70 typedef typename detail_dispatch::single_geometry<Geometry>::return_type type; 76 single_geometry(Geometry & geometry, Id const& id) in single_geometry() function 78 return detail_dispatch::single_geometry<Geometry>::apply(geometry, id); in single_geometry() 84 single_geometry(Geometry const& geometry, Id const& id) in single_geometry() function 86 return detail_dispatch::single_geometry<Geometry const>::apply(geometry, id); in single_geometry()
|
| /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 D | multipoint_geometry.hpp | 258 …static inline bool apply(MultiPoint const& multi_point, SingleGeometry const& single_geometry, Str… in apply() argument 265 geometry::envelope(single_geometry, box2, strategy.get_envelope_strategy()); in apply() 273 … && ! dispatch::disjoint<point1_type, SingleGeometry>::apply(*it, single_geometry, strategy)) in apply() 283 …static inline bool apply(SingleGeometry const& single_geometry, MultiPoint const& multi_point, Str… in apply() argument 285 return apply(multi_point, single_geometry, strategy); 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 D | multi_point_geometry.hpp | 162 SingleGeometry const& single_geometry, in apply() 170 geometry::envelope(single_geometry, box2, strategy.get_envelope_strategy()); in apply() 190 int in_val = detail::within::point_in_geometry(*it, single_geometry, strategy); in apply() 216 tc_t tc(single_geometry); in apply()
|
| H A D | linear_linear.hpp | 651 ls1_ref = detail::single_geometry(geometry, turn.operations[op_id].seg_id); in handle_degenerated() 653 … ls2_ref = detail::single_geometry(other_geometry, turn.operations[other_op_id].seg_id); in handle_degenerated()
|
| H A D | linear_areal.hpp | 353 single_geometry(geometry2, *prev_seg_id_ptr)) ) in apply() 424 single_geometry(geometry2, *prev_seg_id_ptr)) ) in apply() 580 single_geometry(m_areal, it->operations[1].seg_id)) == 0; in apply()
|
| H A D | areal_areal.hpp | 852 detail::single_geometry(analyser.geometry, seg_id))); in for_following_rings()
|