Searched refs:boundary_points (Results 1 – 2 of 2) sorted by relevance
68 point_vector boundary_points; in apply() local76 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()
89 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