/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | turn_info.hpp | 84 struct turn_info struct 86 typedef Point point_type; 87 typedef SegmentRatio segment_ratio_type; 88 typedef Operation turn_operation_type; 89 typedef Container container_type; 91 Point point; 92 method_type method; 93 bool touch_only; // True in case of method touch(interior) and lines do not cross 94 signed_size_type cluster_id; // For multiple turns on same location, > 0. Else -1. 0 is unused. 95 bool discarded; [all …]
|
D | intersection_insert.hpp | 136 typedef detail::overlay::turn_info<PointOut> turn_info; in apply() typedef 333 > turn_info; in apply() typedef 428 > turn_info; in apply() typedef 476 > turn_info; in apply() typedef
|
D | linear_linear.hpp | 244 >::template turn_info_type<Strategy, RobustPolicy>::type turn_info; in apply() typedef
|
D | overlay.hpp | 286 > turn_info; in apply() typedef
|
D | get_turns.hpp | 416 typedef typename boost::range_value<Turns>::type turn_info; in apply() typedef 834 typedef typename boost::range_value<Turns>::type turn_info; in get_turns_with_box() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/intersects/ |
D | implementation.hpp | 56 typedef detail::overlay::turn_info<point_type> turn_info; in apply() typedef
|
/third_party/boost/libs/geometry/example/ |
D | 05_b_overlay_linestring_polygon_example.cpp | 71 typedef bg::detail::overlay::turn_info<point_2d, segment_ratio> turn_info; in main() typedef
|
/third_party/boost/libs/geometry/test/ |
D | to_svg.hpp | 38 typedef typename boost::range_value<Turns>::type turn_info; in turns_to_svg() typedef 288 typedef bg::detail::overlay::traversal_turn_info<P, sr> turn_info; in to_svg() typedef 329 typedef typename bg::detail::relate::turns::get_turns<G1, G2>::turn_info turn_info; in to_svg() typedef
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/ |
D | check_turn_less.hpp | 96 >::type turn_info; in apply() typedef
|
D | test_get_turns_ll_invariance.hpp | 103 >::template turn_info_type<strategy_type>::type turn_info; in apply() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | has_self_intersections.hpp | 80 > turn_info; in has_self_intersections() typedef
|
/third_party/boost/libs/geometry/test/algorithms/overlay/ |
D | traverse_gmp.cpp | 73 > turn_info; in test_traverse() typedef
|
D | self_intersection_points.cpp | 63 typedef bg::detail::overlay::turn_info<point_type> turn_info; in test_self_intersection_points() typedef
|
D | get_turns.cpp | 84 > turn_info; in apply() typedef
|
D | traverse.cpp | 167 > turn_info; in apply() typedef
|
D | traverse_ccw.cpp | 63 > turn_info; in intersect() typedef
|
D | sort_by_side.cpp | 141 > turn_info; in apply_overlay() typedef
|
D | sort_by_side_basic.cpp | 78 > turn_info; in apply_get_turns() typedef
|
D | get_turn_info.cpp | 88 > turn_info; in test_with_point() typedef
|
D | test_get_turns.hpp | 189 > turn_info; in check_geometry_range() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/touches/ |
D | implementation.hpp | 258 typedef detail::overlay::turn_info<point_type> turn_info; in apply() typedef 437 typedef detail::overlay::turn_info<point_type> turn_info; in apply() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/is_simple/ |
D | linear.hpp | 209 typedef detail::overlay::turn_info<point_type> turn_info; in has_self_intersections() typedef
|
/third_party/boost/libs/geometry/test/algorithms/buffer/ |
D | test_buffer_svg.hpp | 371 > turn_info; in map_self_ips() typedef
|