Home
last modified time | relevance | path

Searched refs:is_endpoint_boundary (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 Dboundary_checker.hpp47 bool is_endpoint_boundary(point_type const& pt) const in is_endpoint_boundary() function in boost::geometry::detail::relate::boundary_checker
78 bool is_endpoint_boundary(point_type const& pt) const in is_endpoint_boundary() function in boost::geometry::detail::relate::boundary_checker
H A Dfollow_helpers.hpp364 return boundary_checker.template is_endpoint_boundary<BoundaryQuery>(pt); in is_endpoint_on_boundary()
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()
H A Dlinear_linear.hpp95 is_endpoint_boundary<boundary_front>(range::front(linestring)) in operator ()()
97 is_endpoint_boundary<boundary_back>(range::back(linestring)) ) ) in operator ()()
H A Dlinear_areal.hpp129 is_endpoint_boundary<boundary_front>(range::front(linestring)) in operator ()()
131 is_endpoint_boundary<boundary_back>(range::back(linestring)) ) ) in operator ()()