Home
last modified time | relevance | path

Searched refs:boundary_checker (Results 1 – 4 of 4) 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/relate/
H A Dlinear_linear.hpp47 BoundaryChecker const& boundary_checker) in disjoint_linestring_pred() argument
49 , m_boundary_checker(boundary_checker) in disjoint_linestring_pred()
148 boundary_checker<Geometry1> boundary_checker1(geometry1); in apply()
149 …disjoint_linestring_pred<Result, boundary_checker<Geometry1>, false> pred1(result, boundary_checke… in apply()
154 boundary_checker<Geometry2> boundary_checker2(geometry2); in apply()
155 …disjoint_linestring_pred<Result, boundary_checker<Geometry2>, true> pred2(result, boundary_checker… in apply()
274 BoundaryChecker const& boundary_checker, in apply() argument
303 boundary_checker, other_boundary_checker, in apply()
367 boundary_checker, in apply()
406 boundary_checker); in apply()
[all …]
H A Dboundary_checker.hpp32 class boundary_checker {}; class
35 class boundary_checker<Geometry, linestring_tag> class
40 boundary_checker(Geometry const& g) in boundary_checker() function in boost::geometry::detail::relate::boundary_checker
66 class boundary_checker<Geometry, multi_linestring_tag> class
71 boundary_checker(Geometry const& g) in boundary_checker() function in boost::geometry::detail::relate::boundary_checker
H A Dlinear_areal.hpp63 BoundaryChecker const& boundary_checker) in no_turns_la_linestring_pred() argument
67 , m_boundary_checker(boundary_checker) in no_turns_la_linestring_pred()
263 boundary_checker<Geometry1> boundary_checker1(geometry1); in apply()
269 boundary_checker<Geometry1>, in apply()
642 BoundaryChecker const& boundary_checker, in apply() argument
685 boundary_checker); in apply()
777 boundary_checker); in apply()
859 boundary_checker, in apply()
893 boundary_checker); in apply()
940 if ( is_endpoint_on_boundary<boundary_back>(it->point, boundary_checker) ) in apply()
[all …]
H A Dfollow_helpers.hpp362 BoundaryChecker & boundary_checker) in is_endpoint_on_boundary() argument
364 return boundary_checker.template is_endpoint_boundary<BoundaryQuery>(pt); in is_endpoint_on_boundary()
373 BoundaryChecker & boundary_checker, in is_ip_on_boundary() argument
385 res = boundary_checker.template is_endpoint_boundary<boundary_back>(ip); in is_ip_on_boundary()
392 res = boundary_checker.template is_endpoint_boundary<boundary_front>(ip); in is_ip_on_boundary()