Home
last modified time | relevance | path

Searched refs:areal (Results 1 – 9 of 9) 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/distance/
H A Dmultipoint_to_geometry.hpp118 not_covered_by_areal(Areal const& areal) in not_covered_by_areal()
119 : m_areal(areal) in not_covered_by_areal()
140 Areal const& areal, in apply() argument
143 not_covered_by_areal predicate(areal); in apply()
159 areal, in apply()
165 static inline return_type apply(Areal const& areal, in apply() argument
169 return apply(multipoint, areal, strategy); in apply()
H A Dlinear_or_areal_to_areal.hpp41 Areal const& areal, in apply()
44 if ( geometry::intersects(linear, areal) ) in apply()
52 >::apply(linear, areal, strategy, false); in apply()
56 static inline return_type apply(Areal const& areal, in apply()
60 return apply(linear, areal, strategy); in apply()
/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.hpp355 inline void initialize_views(Areal const& areal) in initialize_views() argument
358 std::size_t n_rings = num_rings<Areal>::apply(areal); in initialize_views()
374 exception_safe_initializer::apply(areal, views_ptr); in initialize_views()
392 explicit areal_boundary(Areal& areal) in areal_boundary() argument
396 initialize_views(areal); in areal_boundary()
/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.hpp136 static inline OutputIterator apply(MultiLinestring const& ml, Areal const& areal, in apply()
151 >::apply(*it, areal, robust_policy, out, strategy); in apply()
174 static inline OutputIterator apply(Areal const& areal, MultiLinestring const& ml, in apply()
182 >::apply(ml, areal, robust_policy, out, 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 Dareal_areal.hpp78 bool operator()(Areal const& areal) in operator ()() argument
90 bool const ok = boost::geometry::point_on_border(pt, areal); in operator ()()
120 std::size_t const irings_count = geometry::num_interior_rings(areal); in operator ()()
125 range_ref = detail::sub_range(areal, ring_id); in operator ()()
158 std::size_t const irings_count = geometry::num_interior_rings(areal); in operator ()()
163 range_ref = detail::sub_range(areal, ring_id); in operator ()()
H A Dlinear_areal.hpp169 bool operator()(Areal const& areal) in operator ()() argument
181 bool const ok = boost::geometry::point_on_border(dummy, areal); in operator ()()
562 interrupt_policy_linear_areal(Areal const& areal, Result & result) in interrupt_policy_linear_areal() argument
563 : m_result(result), m_areal(areal) in interrupt_policy_linear_areal()
/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 Dlinear_areal.hpp262 static inline bool apply(Areal const& areal, Linear const& linear, in apply()
268 >::apply(linear, areal, 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/overlay/
H A Dintersection_insert.hpp319 static inline OutputIterator apply(LineString const& linestring, Areal const& areal, in apply()
352 >(linestring, areal, strategy, robust_policy, turns, policy); in apply()
367 inside_value = overlay::range_in_geometry(linestring, areal, strategy); in apply()
390 linestring, areal, in apply()
/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.hpp954 bool const areal = boost::is_same in buffer_inserter() local
981 if (BOOST_GEOMETRY_CONDITION(areal)) in buffer_inserter()
1005 bool reverse = distance_strategy.negative() && areal; in buffer_inserter()
1016 if (BOOST_GEOMETRY_CONDITION(distance_strategy.negative() && areal)) in buffer_inserter()