Home
last modified time | relevance | path

Searched refs:intersection_strategy (Results 1 – 15 of 15) 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_turns.hpp184 IntersectionStrategy const& intersection_strategy, in apply() argument
301 ti, intersection_strategy, robust_policy, in apply()
407 IntersectionStrategy const& intersection_strategy, in section_visitor()
413 , m_intersection_strategy(intersection_strategy) in section_visitor()
458 IntersectionStrategy const& intersection_strategy, in apply() argument
480 envelope_strategy = intersection_strategy.get_envelope_strategy(); in apply()
496 intersection_strategy, robust_policy, in apply()
543 IntersectionStrategy const& intersection_strategy, in apply()
615 intersection_strategy, in apply()
659 IntersectionStrategy const& intersection_strategy, in get_turns_with_box()
[all …]
H A Dget_turn_info_helpers.hpp119 IntersectionStrategy const& intersection_strategy, in intersection_info_base() argument
124 intersection_strategy.get_side_strategy()) in intersection_info_base()
175 IntersectionStrategy const& intersection_strategy, in intersection_info_base() argument
178 intersection_strategy.get_side_strategy()) in intersection_info_base()
250 IntersectionStrategy const& intersection_strategy, in intersection_info() argument
252 : base(pi, pj, pk, qi, qj, qk, intersection_strategy, robust_policy) in intersection_info()
253 , m_result(intersection_strategy.apply( in intersection_info()
260 , m_intersection_strategy(intersection_strategy) in intersection_info()
H A Dself_turn_points.hpp131 IntersectionStrategy const& intersection_strategy, in apply()
152 intersection_strategy.get_envelope_strategy()); in apply()
158 … > visitor(geometry, intersection_strategy, robust_policy, turns, interrupt_policy, source_index); in apply()
H A Dtraverse.hpp70 IntersectionStrategy const& intersection_strategy, in apply() argument
97 intersection_strategy, robust_policy, visitor); in apply()
H A Dtraversal_ring_creator.hpp68 IntersectionStrategy const& intersection_strategy, in traversal_ring_creator()
71 robust_policy, intersection_strategy.get_side_strategy(), in traversal_ring_creator()
77 , m_intersection_strategy(intersection_strategy) in traversal_ring_creator()
H A Dget_turn_info.hpp958 IntersectionStrategy const& intersection_strategy, in apply()
970 inters_info inters(pi, pj, pk, qi, qj, qk, intersection_strategy, robust_policy); in apply()
H A Dget_turn_info_la.hpp57 IntersectionStrategy const& intersection_strategy, in apply()
69 inters_info inters(pi, pj, pk, qi, qj, qk, intersection_strategy, robust_policy); 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.hpp81 >::type intersection_strategy; in apply() local
83 apply(turns, geometry1, geometry2, interrupt_policy, intersection_strategy); in apply()
91 IntersectionStrategy const& intersection_strategy) in apply()
98 apply(turns, geometry1, geometry2, interrupt_policy, intersection_strategy, robust_policy); in apply()
106 IntersectionStrategy const& intersection_strategy, in apply()
129 intersection_strategy, robust_policy, in apply()
H A Dareal_areal.hpp215 IntersectionStrategy const& intersection_strategy) in apply()
231 …Geometry1, Geometry2>::apply(turns, geometry1, geometry2, interrupt_policy, intersection_strategy); in apply()
240 = intersection_strategy.template get_point_in_geometry_strategy<Geometry1, Geometry2>(); in apply()
246 = intersection_strategy.template get_point_in_geometry_strategy<Geometry2, Geometry1>(); in apply()
H A Dlinear_areal.hpp243 IntersectionStrategy const& intersection_strategy) in apply()
259 …Geometry1, Geometry2>::apply(turns, geometry1, geometry2, interrupt_policy, intersection_strategy); in apply()
273intersection_strategy.template get_point_in_geometry_strategy<Geometry1, Geometry2>(), in apply()
301 intersection_strategy.get_side_strategy()); in apply()
1455 IntersectionStrategy const& intersection_strategy) in apply()
1457 linear_areal_type::apply(geometry2, geometry1, result, intersection_strategy); in apply()
H A Dlinear_linear.hpp125 IntersectionStrategy const& intersection_strategy) in apply()
143 >::apply(turns, geometry1, geometry2, interrupt_policy, intersection_strategy); 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 Dbuffer.hpp284 >::type intersection_strategy; in buffer() local
295 intersection_strategy, in buffer()
/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 Dbuffer_inserter.hpp938 IntersectionStrategy const& intersection_strategy, in buffer_inserter() argument
951 collection_type collection(intersection_strategy, robust_policy); in buffer_inserter()
977 robust_policy, intersection_strategy.get_side_strategy()); in buffer_inserter()
1047 IntersectionStrategy const& intersection_strategy, in buffer_inserter() argument
1054 intersection_strategy, robust_policy, visitor); in buffer_inserter()
H A Dget_piece_turns.hpp271 IntersectionStrategy const& intersection_strategy, in piece_turn_visitor() argument
276 , m_intersection_strategy(intersection_strategy) in piece_turn_visitor()
H A Dbuffered_piece_collection.hpp333 buffered_piece_collection(IntersectionStrategy const& intersection_strategy, in buffered_piece_collection()
336 , m_intersection_strategy(intersection_strategy) in buffered_piece_collection()
337 , m_side_strategy(intersection_strategy.get_side_strategy()) in buffered_piece_collection()
338 , m_area_strategy(intersection_strategy.template get_area_strategy<point_type>()) in buffered_piece_collection()
339 … , m_robust_area_strategy(intersection_strategy.template get_area_strategy<robust_point_type>()) in buffered_piece_collection()