Home
last modified time | relevance | path

Searched refs:comparable_strategy (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/geometry/test/strategies/
Dprojected_point_ax.cpp38 comparable_strategy_type comparable_strategy; in test_all_2d_ax() local
39 boost::ignore_unused(strategy, comparable_strategy); in test_all_2d_ax()
44 strategy, comparable_strategy); in test_all_2d_ax()
49 strategy, comparable_strategy); in test_all_2d_ax()
54 strategy, comparable_strategy); in test_all_2d_ax()
59 strategy, comparable_strategy); in test_all_2d_ax()
Dtest_projected_point.hpp133 ComparableStrategy comparable_strategy) in test_2d() argument
159 return_type d = comparable_strategy.apply(p, sp1, sp2); in test_2d()
179 comparable_strategy_type comparable_strategy; in test_2d() local
182 …_p, wkt_sp1, wkt_sp2, expected_distance, expected_squared_distance, strategy, comparable_strategy); in test_2d()
/third_party/boost/boost/geometry/algorithms/detail/distance/
Dsegment_to_segment.hpp53 >::type comparable_strategy; typedef in boost::geometry::detail::distance::segment_to_segment
57 comparable_strategy,
87 comparable_strategy cstrategy = in apply()
Dgeometry_to_segment_or_box.hpp89 >::type comparable_strategy; typedef in boost::geometry::detail::distance::geometry_to_segment_or_box
96 comparable_strategy
103 comparable_strategy,
224 comparable_strategy cstrategy = in apply()
Dsegment_to_box.hpp93 >::type comparable_strategy; typedef in boost::geometry::detail::distance::segment_to_box_2D_generic
100 comparable_strategy
105 comparable_strategy, segment_point, box_point
124 comparable_strategy cstrategy = in apply()
206 >::type comparable_strategy; typedef in boost::geometry::detail::distance::segment_to_box_2D_generic
210 comparable_strategy, segment_point, box_point
239 comparable_strategy cstrategy = in apply()
Dpoint_to_geometry.hpp87 >::type comparable_strategy; typedef in boost::geometry::detail::distance::point_to_range
91 Point, Range, Closure, comparable_strategy
116 comparable_strategy, in apply()
/third_party/boost/libs/geometry/test/algorithms/distance/
Dtest_distance_common.hpp527 >::type comparable_strategy; in apply() typedef
531 comparable_strategy, Segment, Box in apply()
538 comparable_strategy cstrategy = in apply()
553 Segment, Box, comparable_strategy in apply()
Ddistance_se_pl_l.cpp99 >::type comparable_strategy; in to_comparable() typedef
103 comparable_strategy, in to_comparable()
108 comparable_strategy cstrategy = services::get_comparable in to_comparable()
Ddistance.cpp102 …comparable_strategy_type comparable_strategy = services::get_comparable<strategy_type>::apply(stra… in test_distance_point() local
103 …le = services::result_from_distance<comparable_strategy_type, P, P>::apply(comparable_strategy, 3); in test_distance_point()