Home
last modified time | relevance | path

Searched refs:overlay_intersection (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dintersection_pl_a.cpp37 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()
Dintersection_pl_pl.cpp50 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()
Dintersection_pl_l.cpp53 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/
Dlinear_linear.hpp102 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()
Doverlay_type.hpp21 overlay_intersection, enumerator
60 struct operation_from_overlay<overlay_intersection>
Dintersection_insert.hpp351 (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 …]
Dhandle_self_turns.hpp266 && is_self_turn<overlay_intersection>(turn) in apply()
285 struct discard_open_turns<overlay_intersection, operation_intersection>
286 : discard_self_intersection_turns<overlay_intersection> {};
Dfollow.hpp211 struct action_selector<overlay_intersection, RemoveSpikes>
300 typedef action_selector<overlay_intersection, RemoveSpikes> normal_action;
Dpointlike_areal.hpp115 PointOut, overlay_intersection in apply()
Dpointlike_linear.hpp191 PointOut, overlay_intersection in apply()
Dpointlike_pointlike.hpp94 struct action_selector_pl<PointOut, overlay_intersection>
Dselect_rings.hpp224 struct decide<overlay_intersection>
Doverlay.hpp226 if (OverlayType == overlay_intersection in return_if_one_input_is_empty()
/third_party/boost/boost/geometry/algorithms/detail/intersection/
Dmulti.hpp451 (OverlayType == overlay_intersection),
489 (OverlayType == overlay_intersection),
529 (OverlayType == overlay_intersection),
566 (OverlayType == overlay_intersection),
Dareal_areal.hpp56 overlay_intersection in apply()
193 overlay_intersection in call_intersection()
Dinterface.hpp62 overlay_intersection in apply()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dselect_rings.cpp101 test_geometry<bg::model::polygon<P>, bg::model::polygon<P>, bg::overlay_intersection>( in test_all()
Dtraverse.cpp78 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()
Dtraverse_multi.cpp43 bg::overlay_intersection, Reverse, Reverse in test_geometries()
Doverlay.cpp459 …_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>) \
Dsort_by_side.cpp220 #define TEST_INT(caseid, exp) { (test_sort_by_side<multi_polygon, bg::overlay_intersection>) \
Dtraverse_ccw.cpp77 bg::overlay_intersection in intersect()
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dgeneral_intersection_precision.cpp218 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/
Dtest_set_ops_pointlike.hpp161 struct set_op<bg::overlay_intersection>