/third_party/boost/boost/geometry/policies/robustness/ |
D | get_rescale_policy.hpp | 370 struct get_envelope_strategy struct 376 return strategy.get_envelope_strategy(); in apply() 381 struct get_envelope_strategy<Geometry, Strategy, box_tag, CSTag> struct 394 struct get_envelope_strategy<Geometry, Strategy, point_tag, cartesian_tag> struct 404 struct get_envelope_strategy<Geometry, Strategy, point_tag, spherical_tag> struct 415 struct get_envelope_strategy<Geometry, Strategy, multi_point_tag, cartesian_tag> struct 425 struct get_envelope_strategy<Geometry, Strategy, multi_point_tag, spherical_tag> struct 476 get_envelope_strategy in apply() 519 detail::get_rescale_policy::get_envelope_strategy in get_rescale_policy() 523 detail::get_rescale_policy::get_envelope_strategy in get_rescale_policy()
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | assign_parents.hpp | 272 item.envelope, strategy.get_envelope_strategy()); in assign_parents() 276 item.envelope, strategy.get_envelope_strategy()); in assign_parents() 280 item.envelope, strategy.get_envelope_strategy()); in assign_parents()
|
D | self_turn_points.hpp | 159 intersection_strategy.get_envelope_strategy(), in apply()
|
D | pointlike_areal.hpp | 168 strategy.get_envelope_strategy()); in get_common_points()
|
D | pointlike_linear.hpp | 254 expand_box_segment<envelope_strategy_type>(strategy.get_envelope_strategy()), in get_common_points()
|
D | get_turns.hpp | 579 envelope_strategy = intersection_strategy.get_envelope_strategy(); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/within/ |
D | multi_point.hpp | 125 geometry::envelope(linear_or_areal, box, strategy.get_envelope_strategy()); in apply() 181 envelope_strategy = strategy.get_envelope_strategy(); in apply()
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | point_in_poly_winding.hpp | 106 static inline envelope_strategy_type get_envelope_strategy() in get_envelope_strategy() function in boost::geometry::strategy::within::cartesian_winding 108 return side_strategy_type::get_envelope_strategy(); in get_envelope_strategy()
|
D | side_by_triangle.hpp | 78 static inline envelope_strategy_type get_envelope_strategy() in get_envelope_strategy() function in boost::geometry::strategy::side::side_by_triangle
|
D | intersection.hpp | 143 static inline envelope_strategy_type get_envelope_strategy() in get_envelope_strategy() function
|
/third_party/boost/boost/geometry/algorithms/detail/disjoint/ |
D | multipoint_geometry.hpp | 251 expand_box_segment<envelope_strategy_type>(strategy.get_envelope_strategy()), in apply() 281 geometry::envelope(single_geometry, box2, strategy.get_envelope_strategy()); in apply() 403 envelope_strategy = strategy.get_envelope_strategy(); in apply()
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | side.hpp | 77 inline envelope_strategy_type get_envelope_strategy() const in get_envelope_strategy() function in boost::geometry::strategy::side::geographic
|
D | intersection.hpp | 153 inline envelope_strategy_type get_envelope_strategy() const in get_envelope_strategy() function
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | ssf.hpp | 92 static inline envelope_strategy_type get_envelope_strategy() in get_envelope_strategy() function in boost::geometry::strategy::side::spherical_side_formula
|
D | point_in_poly_winding.hpp | 135 inline envelope_strategy_type get_envelope_strategy() const in get_envelope_strategy() function in boost::geometry::strategy::within::detail::spherical_winding_base 137 return m_side_strategy.get_envelope_strategy(); in get_envelope_strategy()
|
D | intersection.hpp | 161 static inline envelope_strategy_type get_envelope_strategy() in get_envelope_strategy() function
|
/third_party/boost/libs/geometry/doc/generated/ |
D | side_spherical_side_formula.qbk | 38 [[``envelope_strategy_type get_envelope_strategy()``
|
D | side_geographic.qbk | 57 [[``envelope_strategy_type get_envelope_strategy()``
|
D | side_side_by_triangle.qbk | 38 [[``envelope_strategy_type get_envelope_strategy()``
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | multi_point_geometry.hpp | 177 geometry::envelope(single_geometry, box2, strategy.get_envelope_strategy()); in apply() 527 envelope_strategy = strategy.get_envelope_strategy(); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | multipolygon.hpp | 121 = strategy.get_envelope_strategy(); in are_polygon_interiors_disjoint()
|
D | polygon.hpp | 335 = strategy.get_envelope_strategy(); in are_holes_inside()
|
/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | buffered_piece_collection.hpp | 312 , m_envelope_strategy(intersection_strategy.get_envelope_strategy()) in buffered_piece_collection()
|