Searched refs:overlay_union (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | overlay_type.hpp | 20 overlay_union, enumerator 48 struct operation_from_overlay<overlay_union>
|
D | handle_self_turns.hpp | 143 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()
|
D | linear_linear.hpp | 287 Linear1, Linear2, LinestringOut, overlay_union,
|
D | overlay.hpp | 409 OverlayType == overlay_union ? in apply()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
D | union_pl_pl.cpp | 50 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/ |
D | general_intersection_precision.cpp | 216 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/ |
D | traverse.cpp | 77 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()
|
D | overlay.cpp | 283 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>) \
|
D | select_rings.cpp | 91 test_geometry<bg::model::polygon<P>, bg::model::polygon<P>, bg::overlay_union>( in test_all()
|
D | traverse_multi.cpp | 48 bg::overlay_union, Reverse, Reverse in test_geometries()
|
D | sort_by_side_basic.cpp | 96 false, false, overlay_union, in apply_get_turns()
|
D | sort_by_side.cpp | 223 #define TEST_UNION(caseid, exp) { (test_sort_by_side<multi_polygon, bg::overlay_union>) \
|
/third_party/boost/boost/geometry/algorithms/ |
D | union.hpp | 107 overlay_union 126 Linear1, Linear2, LineStringOut, overlay_union
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/ |
D | test_set_ops_pointlike.hpp | 146 struct set_op<bg::overlay_union>
|