/third_party/boost/boost/geometry/strategies/ |
D | default_length_result.hpp | 35 namespace resolve_strategy namespace 56 : resolve_strategy::default_length_result<Geometry> 65 resolve_strategy::default_length_result<boost::mpl::placeholders::_>
|
D | distance_result.hpp | 46 namespace resolve_strategy namespace 80 : resolve_strategy::distance_result 117 resolve_strategy::distance_result< 174 resolve_strategy::distance_result<
|
D | comparable_distance_result.hpp | 34 namespace resolve_strategy namespace 71 : resolve_strategy::comparable_distance_result 103 resolve_strategy::comparable_distance_result< 154 resolve_strategy::comparable_distance_result<
|
/third_party/boost/boost/geometry/algorithms/detail/is_simple/ |
D | interface.hpp | 29 namespace resolve_strategy namespace 68 return resolve_strategy::is_simple::apply(geometry, strategy); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/expand/ |
D | interface.hpp | 44 namespace resolve_strategy namespace 91 resolve_strategy::expand<Geometry>::apply(box, geometry, strategy); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/envelope/ |
D | interface.hpp | 46 namespace resolve_strategy namespace 96 resolve_strategy::envelope<Geometry>::apply(geometry, box, strategy); in apply()
|
/third_party/boost/boost/geometry/algorithms/ |
D | convex_hull.hpp | 148 namespace resolve_strategy { namespace 220 resolve_strategy::convex_hull::apply(geometry, out, strategy); in apply() 264 return resolve_strategy::convex_hull_insert::apply(geometry, out, strategy); in apply()
|
D | perimeter.hpp | 109 namespace resolve_strategy { namespace 146 return resolve_strategy::perimeter::apply(geometry, strategy); in apply()
|
D | crosses.hpp | 65 namespace resolve_strategy namespace 109 return resolve_strategy::crosses::apply(geometry1, geometry2, strategy); in apply()
|
D | length.hpp | 188 namespace resolve_strategy { namespace 224 return resolve_strategy::length::apply(geometry, strategy); in apply()
|
D | area.hpp | 216 namespace resolve_strategy namespace 260 return resolve_strategy::area<Strategy>::apply(geometry, strategy); in apply()
|
D | line_interpolate.hpp | 220 namespace resolve_strategy { namespace 274 return resolve_strategy::line_interpolate::apply(geometry, in apply()
|
D | simplify.hpp | 450 namespace resolve_strategy namespace 547 resolve_strategy::simplify::apply(geometry, out, max_distance, strategy); in apply() 671 resolve_strategy::simplify_insert::apply(geometry, out, max_distance, strategy); in simplify_insert()
|
D | difference.hpp | 271 namespace resolve_strategy { namespace 334 resolve_strategy::difference::apply(geometry1, geometry2, in apply()
|
D | transform.hpp | 343 namespace resolve_strategy { namespace 388 return resolve_strategy::transform::apply( in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | interface.hpp | 34 namespace resolve_strategy namespace 77 return resolve_strategy::is_valid::apply(geometry, visitor, strategy); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/disjoint/ |
D | interface.hpp | 41 namespace resolve_strategy namespace 91 return resolve_strategy::disjoint::apply(geometry1, geometry2, strategy); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/covered_by/ |
D | interface.hpp | 57 namespace resolve_strategy { namespace 104 return resolve_strategy::covered_by in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/within/ |
D | interface.hpp | 63 namespace resolve_strategy namespace 111 return resolve_strategy::within::apply(geometry1, in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/equals/ |
D | interface.hpp | 94 namespace resolve_strategy namespace 147 return resolve_strategy::equals in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/touches/ |
D | interface.hpp | 84 namespace resolve_strategy namespace 132 return resolve_strategy::touches::apply(geometry1, geometry2, strategy); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/comparable_distance/ |
D | interface.hpp | 36 namespace resolve_strategy namespace 110 return resolve_strategy::comparable_distance in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/distance/ |
D | interface.hpp | 95 namespace resolve_strategy namespace 152 return resolve_strategy::distance in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/intersection/ |
D | interface.hpp | 109 namespace resolve_strategy { namespace 198 return resolve_strategy::intersection::apply(geometry1, in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | interface.hpp | 194 namespace resolve_strategy { namespace 255 resolve_strategy::relate::apply(geometry1, geometry2, handler, strategy); in apply()
|