Home
last modified time | relevance | path

Searched refs:expected_point_count (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dtest_intersection.hpp64 int expected_point_count, double expected_length_or_area, in check_result() argument
77 if (expected_point_count > 0) in check_result()
114 if (expected_point_count > 0) in check_result()
116 BOOST_CHECK_MESSAGE(bg::math::abs(n - expected_point_count) < 3, in check_result()
118 << " #points expected: " << expected_point_count in check_result()
174 int expected_point_count = 0, double expected_length_or_area = 0, in test_intersection() argument
207 expected_holes_count, expected_point_count, expected_length_or_area, in test_intersection()
216 expected_holes_count, expected_point_count, expected_length_or_area, in test_intersection()
223 expected_holes_count, expected_point_count, expected_length_or_area, in test_intersection()
230 expected_holes_count, expected_point_count, expected_length_or_area, in test_intersection()
[all …]
/third_party/boost/libs/geometry/test/algorithms/
Dtest_convert.hpp36 void check_mixed(Geometry1 const& geometry1, std::string const& expected, int expected_point_count) in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS()
46 BOOST_CHECK_MESSAGE(expected_point_count < 0 || int(n) == expected_point_count, in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS()
48 << " #points expected: " << expected_point_count in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS()
55 void test_mixed(std::string const& wkt, std::string const& expected, int expected_point_count) in test_mixed() argument
59 check_mixed<Geometry2>(geometry1, expected, expected_point_count); in test_mixed()
60 check_mixed<Geometry2>(boost::variant<Geometry1>(geometry1), expected, expected_point_count); in test_mixed()
Dsimplify_countries.cpp57 std::size_t expected_point_count = 0) in test_one() argument
73 BOOST_CHECK_EQUAL(expected_point_count, bg::num_points(simplified)); in test_one()
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Dtest_difference.hpp136 int expected_rings_count, int expected_point_count, in test_difference() argument
235 if (expected_point_count >= 0) in test_difference()
238 BOOST_CHECK_MESSAGE(bg::math::abs(int(n) - expected_point_count) < 3, in test_difference()
240 << " #points expected: " << expected_point_count in test_difference()
284 const count_set& expected_count, int expected_point_count, in test_difference() argument
290 expected_count, -1, expected_point_count, expected_area, in test_difference()
421 int expected_point_count, in test_one_lp() argument
444 if (expected_point_count >= 0) in test_one_lp()
458 if (expected_point_count >= 0) in test_one_lp()
460 BOOST_CHECK_MESSAGE(n == std::size_t(expected_point_count), in test_one_lp()
[all …]
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/
Dtest_union.hpp89 int expected_point_count, double expected_area, in test_union() argument
94 boost::ignore_unused(expected_point_count); in test_union()
198 BOOST_CHECK_MESSAGE(expected_point_count < 0 || std::abs(int(n) - expected_point_count) < 3, in test_union()
200 << " #points expected: " << expected_point_count in test_union()
259 int expected_point_count, double expected_area, in test_one() argument
273 expected_count, expected_hole_count, expected_point_count, in test_one()
/third_party/boost/libs/geometry/test/algorithms/set_operations/sym_difference/
Dsym_difference_areal_areal.cpp47 int expected_point_count, in apply()
64 << expected_point_count in apply()
77 expected_polygon_count, expected_point_count, expected_area, in apply()