Home
last modified time | relevance | path

Searched refs:boundary_points (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/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) 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 Dboundary_checker.hpp89 boundary_points.reserve(multi_count * 2); in is_endpoint_boundary()
120 boundary_points.push_back(front_pt); in is_endpoint_boundary()
124 boundary_points.push_back(back_pt); in is_endpoint_boundary()
129 std::sort(boundary_points.begin(), in is_endpoint_boundary()
130 boundary_points.end(), in is_endpoint_boundary()
138 std::equal_range(boundary_points.begin(), in is_endpoint_boundary()
139 boundary_points.end(), in is_endpoint_boundary()
150 mutable std::vector<point_type> boundary_points; member in boost::geometry::detail::relate::boundary_checker