Home
last modified time | relevance | path

Searched refs:overlay_union (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Doverlay_type.hpp20 overlay_union, enumerator
48 struct operation_from_overlay<overlay_union>
Dhandle_self_turns.hpp143 struct discard_closed_turns<overlay_union, operation_union>
167 && is_self_turn<overlay_union>(turn) in apply()
168 && check_within<overlay_union>::apply(turn, geometry0, in apply()
Dlinear_linear.hpp287 Linear1, Linear2, LinestringOut, overlay_union,
Doverlay.hpp409 OverlayType == overlay_union ? in apply()
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/
Dunion_pl_pl.cpp50 P, P, MP, bg::overlay_union in BOOST_AUTO_TEST_CASE()
82 MP, P, MP, bg::overlay_union in BOOST_AUTO_TEST_CASE()
155 MP, MP, MP, bg::overlay_union in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dgeneral_intersection_precision.cpp216 test_all<coordinate_type, true, bg::overlay_union>(1, 0, 3, 22.0, do_output); in test_main()
217 test_all<coordinate_type, true, bg::overlay_union>(2, 0, 3, 73.0, do_output); in test_main()
219 test_all<coordinate_type, true, bg::overlay_union>(3, 1, 2, 14.0, do_output); in test_main()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dtraverse.cpp77 case bg::overlay_union : return "union"; in operation()
171 OverlayType == bg::overlay_union in apply()
447 polygon, polygon, bg::overlay_union in test_all()
990 polygon, polygon, bg::overlay_union in test_open()
1011 test_traverse<polygon, polygon, bg::overlay_union, true, true>::apply("ccw_1", 1, 11.5264, in test_ccw()
Doverlay.cpp283 bool const self_turn = bg::detail::overlay::is_self_turn<bg::overlay_union>(turn); in label_turn()
461 #define TEST_UNION(caseid, area, clips, holes) (test_overlay<multi_polygon, bg::overlay_union>) \
470 …WITH(caseid, index1, index2, area, clips, holes) (test_overlay<multi_polygon, bg::overlay_union>) \
Dselect_rings.cpp91 test_geometry<bg::model::polygon<P>, bg::model::polygon<P>, bg::overlay_union>( in test_all()
Dtraverse_multi.cpp48 bg::overlay_union, Reverse, Reverse in test_geometries()
Dsort_by_side_basic.cpp96 false, false, overlay_union, in apply_get_turns()
Dsort_by_side.cpp223 #define TEST_UNION(caseid, exp) { (test_sort_by_side<multi_polygon, bg::overlay_union>) \
/third_party/boost/boost/geometry/algorithms/
Dunion.hpp107 overlay_union
126 Linear1, Linear2, LineStringOut, overlay_union
/third_party/boost/libs/geometry/test/algorithms/set_operations/
Dtest_set_ops_pointlike.hpp146 struct set_op<bg::overlay_union>