Home
last modified time | relevance | path

Searched refs:path_intersection (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/index/detail/algorithms/
H A Dpath_intersection.hpp25 struct path_intersection struct
27 …BOOST_MPL_ASSERT_MSG((false), NOT_IMPLEMENTED_FOR_THIS_GEOMETRY_OR_INDEXABLE, (path_intersection));
36 struct path_intersection<Indexable, Segment, box_tag, segment_tag> struct
51 struct path_intersection<Indexable, Linestring, box_tag, linestring_tag> struct
100 typedef typename dispatch::path_intersection<
108 bool path_intersection(Indexable const& b, in path_intersection() function
114 return dispatch::path_intersection< in path_intersection()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Ddistance_predicates.hpp155 return index::detail::path_intersection(i, p.geometry, result); in apply()