/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | intersection_pl_a.cpp | 37 Pt, R, MPt, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 67 Pt, Po, MPt, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 111 Pt, MPo, MPt, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 147 MPt, R, MPt, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 163 MPt, Po, MPt, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 179 MPt, MPo, MPt, bg::overlay_intersection in BOOST_AUTO_TEST_CASE()
|
D | intersection_pl_pl.cpp | 50 P, P, MP, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 82 MP, P, MP, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 155 MP, MP, MP, bg::overlay_intersection in BOOST_AUTO_TEST_CASE()
|
D | intersection_pl_l.cpp | 53 P, S, MP, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 100 P, L, MP, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 190 P, ML, MP, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 329 MP, S, MP, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 487 MP, L, MP, bg::overlay_intersection in BOOST_AUTO_TEST_CASE() 625 MP, ML, MP, bg::overlay_intersection in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | linear_linear.hpp | 102 LineStringOut, overlay_intersection, Geometry, GeometryTag 198 EnableFilterContinueTurns && OverlayType != overlay_intersection in sort_and_follow_turns() 218 !EnableFilterContinueTurns || OverlayType == overlay_intersection in sort_and_follow_turns() 267 && OverlayType == overlay_intersection in apply()
|
D | overlay_type.hpp | 21 overlay_intersection, enumerator 60 struct operation_from_overlay<overlay_intersection>
|
D | intersection_insert.hpp | 351 (OverlayType == overlay_intersection ? ReverseAreal : !ReverseAreal), in apply() 665 overlay_intersection, 872 overlay_intersection, 896 overlay_intersection in apply() 941 (OverlayType == overlay_intersection), 1151 Linestring, MultiPoint, PointOut, overlay_intersection, 1166 MultiPoint, Linestring, PointOut, overlay_intersection, in apply() 1207 Linestring, MultiPoint, TupledOut, overlay_intersection, 1222 MultiPoint, Linestring, TupledOut, overlay_intersection in apply() 1279 Areal, MultiPoint, PointOut, overlay_intersection, [all …]
|
D | handle_self_turns.hpp | 266 && is_self_turn<overlay_intersection>(turn) in apply() 285 struct discard_open_turns<overlay_intersection, operation_intersection> 286 : discard_self_intersection_turns<overlay_intersection> {};
|
D | follow.hpp | 211 struct action_selector<overlay_intersection, RemoveSpikes> 300 typedef action_selector<overlay_intersection, RemoveSpikes> normal_action;
|
D | pointlike_areal.hpp | 115 PointOut, overlay_intersection in apply()
|
D | pointlike_linear.hpp | 191 PointOut, overlay_intersection in apply()
|
D | pointlike_pointlike.hpp | 94 struct action_selector_pl<PointOut, overlay_intersection>
|
D | select_rings.hpp | 224 struct decide<overlay_intersection>
|
D | overlay.hpp | 226 if (OverlayType == overlay_intersection in return_if_one_input_is_empty()
|
/third_party/boost/boost/geometry/algorithms/detail/intersection/ |
D | multi.hpp | 451 (OverlayType == overlay_intersection), 489 (OverlayType == overlay_intersection), 529 (OverlayType == overlay_intersection), 566 (OverlayType == overlay_intersection),
|
D | areal_areal.hpp | 56 overlay_intersection in apply() 193 overlay_intersection in call_intersection()
|
D | interface.hpp | 62 overlay_intersection in apply()
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | select_rings.cpp | 101 test_geometry<bg::model::polygon<P>, bg::model::polygon<P>, bg::overlay_intersection>( in test_all()
|
D | traverse.cpp | 78 case bg::overlay_intersection : return "intersection"; in operation() 443 polygon, polygon, bg::overlay_intersection in test_all() 986 polygon, polygon, bg::overlay_intersection in test_open() 1009 test_traverse<polygon, polygon, bg::overlay_intersection, true, true>::apply("ccw_1", 1, 5.4736, in test_ccw()
|
D | traverse_multi.cpp | 43 bg::overlay_intersection, Reverse, Reverse in test_geometries()
|
D | overlay.cpp | 459 …_INTERSECTION(caseid, area, clips, holes) (test_overlay<multi_polygon, bg::overlay_intersection>) \ 468 …seid, index1, index2, area, clips, holes) (test_overlay<multi_polygon, bg::overlay_intersection>) \
|
D | sort_by_side.cpp | 220 #define TEST_INT(caseid, exp) { (test_sort_by_side<multi_polygon, bg::overlay_intersection>) \
|
D | traverse_ccw.cpp | 77 bg::overlay_intersection in intersect()
|
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/ |
D | general_intersection_precision.cpp | 218 test_all<coordinate_type, true, bg::overlay_intersection>(3, 1, 2, 2.0, do_output); in test_main()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/ |
D | test_set_ops_pointlike.hpp | 161 struct set_op<bg::overlay_intersection>
|