Home
last modified time | relevance | path

Searched refs:get_envelope_strategy (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/geometry/policies/robustness/
Dget_rescale_policy.hpp370 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/
Dassign_parents.hpp272 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()
Dself_turn_points.hpp159 intersection_strategy.get_envelope_strategy(), in apply()
Dpointlike_areal.hpp168 strategy.get_envelope_strategy()); in get_common_points()
Dpointlike_linear.hpp254 expand_box_segment<envelope_strategy_type>(strategy.get_envelope_strategy()), in get_common_points()
Dget_turns.hpp579 envelope_strategy = intersection_strategy.get_envelope_strategy(); in apply()
/third_party/boost/boost/geometry/algorithms/detail/within/
Dmulti_point.hpp125 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/
Dpoint_in_poly_winding.hpp106 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()
Dside_by_triangle.hpp78 static inline envelope_strategy_type get_envelope_strategy() in get_envelope_strategy() function in boost::geometry::strategy::side::side_by_triangle
Dintersection.hpp143 static inline envelope_strategy_type get_envelope_strategy() in get_envelope_strategy() function
/third_party/boost/boost/geometry/algorithms/detail/disjoint/
Dmultipoint_geometry.hpp251 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/
Dside.hpp77 inline envelope_strategy_type get_envelope_strategy() const in get_envelope_strategy() function in boost::geometry::strategy::side::geographic
Dintersection.hpp153 inline envelope_strategy_type get_envelope_strategy() const in get_envelope_strategy() function
/third_party/boost/boost/geometry/strategies/spherical/
Dssf.hpp92 static inline envelope_strategy_type get_envelope_strategy() in get_envelope_strategy() function in boost::geometry::strategy::side::spherical_side_formula
Dpoint_in_poly_winding.hpp135 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()
Dintersection.hpp161 static inline envelope_strategy_type get_envelope_strategy() in get_envelope_strategy() function
/third_party/boost/libs/geometry/doc/generated/
Dside_spherical_side_formula.qbk38 [[``envelope_strategy_type get_envelope_strategy()``
Dside_geographic.qbk57 [[``envelope_strategy_type get_envelope_strategy()``
Dside_side_by_triangle.qbk38 [[``envelope_strategy_type get_envelope_strategy()``
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dmulti_point_geometry.hpp177 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/
Dmultipolygon.hpp121 = strategy.get_envelope_strategy(); in are_polygon_interiors_disjoint()
Dpolygon.hpp335 = strategy.get_envelope_strategy(); in are_holes_inside()
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffered_piece_collection.hpp312 , m_envelope_strategy(intersection_strategy.get_envelope_strategy()) in buffered_piece_collection()