Searched refs:example_box (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
D | union.cpp | 582 test_one<polygon, box, polygon>("box_ring", example_box, example_ring, in test_all() 585 test_one<polygon, box, polygon>("box_poly", example_box, example_polygon, in test_all() 589 test_one<polygon, box, polygon>("box_poly1", example_box, in test_all() 592 test_one<polygon, box, polygon>("box_poly2", example_box, in test_all() 598 test_one<polygon, box, polygon>("box_poly4", example_box, in test_all() 602 test_one<polygon, box, polygon>("box_poly5", example_box, in test_all() 606 test_one<polygon, box, polygon>("box_poly6", example_box, in test_all() 610 test_one<polygon, box, polygon>("box_poly7", example_box, in test_all()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | intersection.cpp | 454 test_one<Polygon, Box, Polygon>("boxring", example_box, example_ring, in test_areal_clip() 456 test_one<Polygon, Polygon, Box>("boxring2", example_ring,example_box, in test_areal_clip() 459 test_one<Polygon, Box, Polygon>("boxpoly", example_box, example_polygon, in test_areal_clip() 462 test_one<Polygon, Box, Polygon>("poly1", example_box, in test_areal_clip() 466 test_one<Polygon, Box, Polygon>("clip_poly2", example_box, in test_areal_clip() 470 test_one<Polygon, Box, Polygon>("clip_poly3", example_box, in test_areal_clip() 474 test_one<Polygon, Box, Polygon>("clip_poly4", example_box, in test_areal_clip() 478 test_one<Polygon, Box, Polygon>("clip_poly5", example_box, in test_areal_clip() 482 test_one<Polygon, Box, Polygon>("clip_poly6", example_box, in test_areal_clip()
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | test_overlay.hpp | 15 static std::string example_box = "box(1.5 1.5, 4.5 2.5)"; variable
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | traverse_ccw.cpp | 358 static std::string example_box = "POLYGON((1.5 1.5, 4.5 2.5))"; in test_main() local 361 test_box_polygon<double>(example_box, example_ring, "bp2"); in test_main()
|