Home
last modified time | relevance | path

Searched refs:operation_from_overlay (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/overlay/
Doverlay_type.hpp43 struct operation_from_overlay struct
48 struct operation_from_overlay<overlay_union> struct
54 struct operation_from_overlay<overlay_buffer> struct
60 struct operation_from_overlay<overlay_intersection> struct
66 struct operation_from_overlay<overlay_difference> struct
72 struct operation_from_overlay<overlay_dissolve> struct
Dtraversal_ring_creator.hpp66 = operation_from_overlay<OverlayType>::value;
319 = operation_from_overlay<OverlayType>::value == operation_union; in get_operation_index()
Dcluster_exits.hpp47 static const operation_type target_operation = operation_from_overlay<OverlayType>::value;
Dhandle_colocations.hpp548 if (turn.both(operation_from_overlay<OverlayType>::value)) in set_colocation()
619 = detail::overlay::operation_from_overlay<OverlayType>::value; in handle_colocations()
Doverlay.hpp112 = operation_from_overlay<OverlayType>::value; in get_ring_turn_info()
Denrich_intersection_points.hpp423 = detail::overlay::operation_from_overlay<OverlayType>::value; in enrich_intersection_points()
Dtraversal_switch_detector.hpp53 = operation_from_overlay<OverlayType>::value;
Dtraversal.hpp93 static const operation_type target_operation = operation_from_overlay<OverlayType>::value;
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dsort_by_side.cpp167 clusters, turns, bg::detail::overlay::operation_from_overlay<OverlayType>::value, in apply_overlay()