Home
last modified time | relevance | path

Searched refs:point_in_geometry (Results 1 – 14 of 14) 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/within/
H A Dpoint_in_geometry.hpp86 typedef typename strategy::point_in_geometry::services::default_strategy in point_in_range()
105 struct point_in_geometry struct
110 struct point_in_geometry<Point2, point_tag> struct
121 struct point_in_geometry<Segment, segment_tag> struct
152 struct point_in_geometry<Linestring, linestring_tag> struct
186 struct point_in_geometry<Ring, ring_tag> struct
206 struct point_in_geometry<Polygon, polygon_tag> struct
212 int const code = point_in_geometry in apply()
227 int const interior_code = point_in_geometry in apply()
246 struct point_in_geometry<Geometry, multi_point_tag> struct
[all …]
H A Dmulti_point.hpp141 || (in_val = point_in_geometry(*it, linear_or_areal, strategy)) < 0) in apply()
219 … int in_val = point_in_geometry(*it, range::at(linear_or_areal, box_it->second), strategy); in apply()
H A Dimplementation.hpp64 return detail::within::point_in_geometry(geometry1, geometry2, strategy) == 1; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Drelate.hpp32 namespace point_in_geometry namespace
101 : point_in_geometry::services::default_strategy
/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.hpp80 using detail::within::point_in_geometry; in operator ()()
101 int const pig = point_in_geometry(pt, in operator ()()
135 int const hpig = point_in_geometry(range::front(range_ref), in operator ()()
173 int const hpig = point_in_geometry(range::front(range_ref), in operator ()()
674 using detail::within::point_in_geometry; in no_turns()
675 int const pig = point_in_geometry(range::front(range_ref), in no_turns()
H A Dmulti_point_geometry.hpp190 int in_val = detail::within::point_in_geometry(*it, single_geometry, strategy); in apply()
306 int in_val = detail::within::point_in_geometry(point, single, m_strategy); in apply()
417 int in_val = detail::within::point_in_geometry(point, single, strategy); in apply()
H A Dpoint_geometry.hpp43 int pig = detail::within::point_in_geometry(point, geometry, strategy); in apply()
H A Dlinear_areal.hpp110 int const pig = detail::within::point_in_geometry(range::front(linestring), in operator ()()
/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 Drange_in_geometry.hpp94 return detail::within::point_in_geometry(point, 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/buffer/
H A Dbuffered_ring.hpp235 return detail::within::point_in_geometry(point, multi, strategy) == 1; in apply()
H A Dturn_in_piece_visitor.hpp784 geometry_code = detail::within::point_in_geometry(turn.robust_point, piece.robust_ring); in apply()
787 int geometry_code = detail::within::point_in_geometry(turn.robust_point, piece.robust_ring); in apply()
H A Dbuffered_piece_collection.hpp1288 = detail::within::point_in_geometry(any_point, in point_coveredby_original()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/covered_by/
H A Dimplementation.hpp40 return detail::within::point_in_geometry(geometry1, geometry2, strategy) >= 0; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/
H A Dimplementation.hpp288 return detail::within::point_in_geometry(point, geometry, strategy) == 0; in apply()