Searched refs:test_areal (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/ |
D | densify.cpp | 181 inline void test_areal(std::string const& wkt) in test_areal() function 208 test_areal<ring_t>("POLYGON((1 1, 1 2, 2 2, 1 1))"); in test_all() 209 test_areal<poly_t>("POLYGON((1 1, 1 4, 4 4, 4 1, 1 1),(1 1, 2 2, 2 3, 1 1))"); in test_all() 210 …test_areal<mpoly_t>("MULTIPOLYGON(((1 1, 1 4, 4 4, 4 1, 1 1),(1 1, 2 2, 2 3, 1 1)),((4 4, 5 5, 5 4… in test_all() 212 test_areal<oring_t>("POLYGON((1 1, 1 2, 2 2))"); in test_all() 213 test_areal<opoly_t>("POLYGON((1 1, 1 4, 4 4, 4 1),(1 1, 2 2, 2 3))"); in test_all() 214 test_areal<ompoly_t>("MULTIPOLYGON(((1 1, 1 4, 4 4, 4 1),(1 1, 2 2, 2 3)),((4 4, 5 5, 5 4)))"); in test_all() 216 test_areal<ring_t>("POLYGON((0 0,0 40,40 40,40 0,0 0))"); in test_all() 217 test_areal<oring_t>("POLYGON((0 0,0 40,40 40,40 0))"); in test_all()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | intersection_multi.cpp | 45 void test_areal() in test_areal() function 463 test_areal<ring, polygon, multi_polygon>(); in test_all() 470 test_areal<ring_ccw, polygon_ccw, multi_polygon_ccw>(); in test_all() 475 test_areal<ring_open, polygon_open, multi_polygon_open>(); in test_all() 480 test_areal<ring_open_ccw, polygon_open_ccw, multi_polygon_open_ccw>(); in test_all()
|
D | intersection.cpp | 60 void test_areal() in BOOST_GEOMETRY_REGISTER_LINESTRING_TEMPLATED() 737 test_areal<polygon>(); in test_all() 740 test_areal<polygon_ccw>(); in test_all() 741 test_areal<polygon_open>(); in test_all() 742 test_areal<polygon_ccw_open>(); in test_all()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
D | union.cpp | 46 void test_areal() in test_areal() function 569 test_areal<ring, polygon>(); in test_all() 573 test_areal<bg::model::ring<P, true, false>, bg::model::polygon<P, true, false> >(); in test_all() 576 test_areal<bg::model::ring<P, false>, bg::model::polygon<P, false> >(); in test_all() 579 test_areal<bg::model::ring<P, false, false>, bg::model::polygon<P, false, false> >(); in test_all()
|
D | union_multi.cpp | 44 void test_areal() in test_areal() function 460 test_areal<ring, polygon, multi_polygon>(); in test_all()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | difference_multi.cpp | 48 void test_areal() in test_areal() function 415 test_areal<ring, polygon, multi_polygon>(); in test_all()
|