Home
last modified time | relevance | path

Searched refs:intersection_insert (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dintersection_insert.hpp556 struct intersection_insert struct
574 struct intersection_insert struct
600 struct intersection_insert struct
624 struct intersection_insert struct
643 struct intersection_insert struct
661 struct intersection_insert struct
692 struct intersection_insert struct
717 struct intersection_insert struct
741 struct intersection_insert struct
774 struct intersection_insert struct
[all …]
/third_party/boost/boost/geometry/algorithms/detail/intersection/
Dmulti.hpp235 struct intersection_insert struct
257 struct intersection_insert struct
279 struct intersection_insert struct
301 struct intersection_insert struct
328 struct intersection_insert struct
353 struct intersection_insert struct
377 struct intersection_insert struct
403 struct intersection_insert struct
429 struct intersection_insert struct
467 struct intersection_insert struct
[all …]
Dareal_areal.hpp52 geometry::dispatch::intersection_insert in apply()
185 geometry::dispatch::intersection_insert in call_intersection()
215 geometry::dispatch::intersection_insert in call_difference()
Dinterface.hpp59 intersection_insert in apply()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dassemble.cpp51 bg::detail::intersection::intersection_insert<Geometry>(p, q, std::back_inserter(i)); in test_assemble()
/third_party/boost/boost/geometry/algorithms/
Ddifference.hpp59 return geometry::dispatch::intersection_insert in apply()
Dunion.hpp222 access1::get(out) = geometry::dispatch::intersection_insert in apply()
Dsym_difference.hpp61 return geometry::dispatch::intersection_insert in apply()
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dtest_intersection.hpp196 …bg::detail::intersection::intersection_insert<OutputType>(g1, g2, std::back_inserter(clip), strate… in test_intersection()
Dintersection.cpp822 bg::detail::intersection::intersection_insert<output_type>(box, ln, std::back_inserter(clip)); in test_pointer_version()