Home
last modified time | relevance | path

Searched refs:resolve_strategy (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/boost/geometry/strategies/
Ddefault_length_result.hpp35 namespace resolve_strategy namespace
56 : resolve_strategy::default_length_result<Geometry>
65 resolve_strategy::default_length_result<boost::mpl::placeholders::_>
Ddistance_result.hpp46 namespace resolve_strategy namespace
80 : resolve_strategy::distance_result
117 resolve_strategy::distance_result<
174 resolve_strategy::distance_result<
Dcomparable_distance_result.hpp34 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/
Dinterface.hpp29 namespace resolve_strategy namespace
68 return resolve_strategy::is_simple::apply(geometry, strategy); in apply()
/third_party/boost/boost/geometry/algorithms/detail/expand/
Dinterface.hpp44 namespace resolve_strategy namespace
91 resolve_strategy::expand<Geometry>::apply(box, geometry, strategy); in apply()
/third_party/boost/boost/geometry/algorithms/detail/envelope/
Dinterface.hpp46 namespace resolve_strategy namespace
96 resolve_strategy::envelope<Geometry>::apply(geometry, box, strategy); in apply()
/third_party/boost/boost/geometry/algorithms/
Dconvex_hull.hpp148 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()
Dperimeter.hpp109 namespace resolve_strategy { namespace
146 return resolve_strategy::perimeter::apply(geometry, strategy); in apply()
Dcrosses.hpp65 namespace resolve_strategy namespace
109 return resolve_strategy::crosses::apply(geometry1, geometry2, strategy); in apply()
Dlength.hpp188 namespace resolve_strategy { namespace
224 return resolve_strategy::length::apply(geometry, strategy); in apply()
Darea.hpp216 namespace resolve_strategy namespace
260 return resolve_strategy::area<Strategy>::apply(geometry, strategy); in apply()
Dline_interpolate.hpp220 namespace resolve_strategy { namespace
274 return resolve_strategy::line_interpolate::apply(geometry, in apply()
Dsimplify.hpp450 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()
Ddifference.hpp271 namespace resolve_strategy { namespace
334 resolve_strategy::difference::apply(geometry1, geometry2, in apply()
Dtransform.hpp343 namespace resolve_strategy { namespace
388 return resolve_strategy::transform::apply( in apply()
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dinterface.hpp34 namespace resolve_strategy namespace
77 return resolve_strategy::is_valid::apply(geometry, visitor, strategy); in apply()
/third_party/boost/boost/geometry/algorithms/detail/disjoint/
Dinterface.hpp41 namespace resolve_strategy namespace
91 return resolve_strategy::disjoint::apply(geometry1, geometry2, strategy); in apply()
/third_party/boost/boost/geometry/algorithms/detail/covered_by/
Dinterface.hpp57 namespace resolve_strategy { namespace
104 return resolve_strategy::covered_by in apply()
/third_party/boost/boost/geometry/algorithms/detail/within/
Dinterface.hpp63 namespace resolve_strategy namespace
111 return resolve_strategy::within::apply(geometry1, in apply()
/third_party/boost/boost/geometry/algorithms/detail/equals/
Dinterface.hpp94 namespace resolve_strategy namespace
147 return resolve_strategy::equals in apply()
/third_party/boost/boost/geometry/algorithms/detail/touches/
Dinterface.hpp84 namespace resolve_strategy namespace
132 return resolve_strategy::touches::apply(geometry1, geometry2, strategy); in apply()
/third_party/boost/boost/geometry/algorithms/detail/comparable_distance/
Dinterface.hpp36 namespace resolve_strategy namespace
110 return resolve_strategy::comparable_distance in apply()
/third_party/boost/boost/geometry/algorithms/detail/distance/
Dinterface.hpp95 namespace resolve_strategy namespace
152 return resolve_strategy::distance in apply()
/third_party/boost/boost/geometry/algorithms/detail/intersection/
Dinterface.hpp109 namespace resolve_strategy { namespace
198 return resolve_strategy::intersection::apply(geometry1, in apply()
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dinterface.hpp194 namespace resolve_strategy { namespace
255 resolve_strategy::relate::apply(geometry1, geometry2, handler, strategy); in apply()

12