Home
last modified time | relevance | path

Searched refs:detail_dispatch (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/geometry/views/detail/boundary_view/
Dinterface.hpp22 namespace detail_dispatch namespace
40 : detail_dispatch::boundary_view<Geometry>
43 : detail_dispatch::boundary_view<Geometry>(geometry) in boundary_view()
58 typedef typename detail_dispatch::boundary_view
Dimplementation.hpp425 namespace detail_dispatch namespace
/third_party/boost/boost/geometry/algorithms/detail/
Dsub_range.hpp35 namespace detail_dispatch { namespace
90 typedef detail_dispatch::sub_range<sub_type> sub_sub_range;
113 typedef typename detail_dispatch::sub_range<Geometry>::return_type type;
122 return detail_dispatch::sub_range<Geometry>::apply(geometry, id); in sub_range()
129 return detail_dispatch::sub_range<Geometry const>::apply(geometry, id); in sub_range()
Dsingle_geometry.hpp27 namespace detail_dispatch { namespace
70 typedef typename detail_dispatch::single_geometry<Geometry>::return_type type;
78 return detail_dispatch::single_geometry<Geometry>::apply(geometry, id); in single_geometry()
86 return detail_dispatch::single_geometry<Geometry const>::apply(geometry, id); in single_geometry()
Dazimuth.hpp45 namespace detail_dispatch namespace
128 return detail_dispatch::azimuth in azimuth()
140 return detail_dispatch::azimuth in azimuth()
/third_party/boost/boost/geometry/policies/robustness/
Drobust_type.hpp25 namespace detail_dispatch namespace
53 typedef typename detail_dispatch::robust_type
/third_party/boost/boost/geometry/geometries/
Dhelper_geometry.hpp56 namespace detail_dispatch namespace
107 typedef typename detail_dispatch::helper_geometry
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_distance_measure.hpp86 namespace detail_dispatch namespace
153 return detail_dispatch::get_distance_measure in get_distance_measure()
Dpointlike_pointlike.hpp303 namespace detail_dispatch { namespace overlay namespace
424 return detail_dispatch::overlay::pointlike_pointlike_point in apply()
Dintersection_insert.hpp1112 > : detail_dispatch::overlay::pointlike_linear_point
1133 > : detail_dispatch::overlay::pointlike_linear_point
1164 return detail_dispatch::overlay::pointlike_linear_point in apply()
1242 > : detail_dispatch::overlay::pointlike_areal_point
1262 > : detail_dispatch::overlay::pointlike_areal_point
1292 return detail_dispatch::overlay::pointlike_areal_point in apply()
Dpointlike_areal.hpp220 namespace detail_dispatch { namespace overlay namespace
Dpointlike_linear.hpp293 namespace detail_dispatch { namespace overlay namespace
/third_party/boost/boost/geometry/algorithms/detail/within/
Dwithin_no_turns.hpp26 namespace detail_dispatch { namespace within { namespace
213 …return detail_dispatch::within::within_no_turns_multi<Geometry1, Geometry2>::apply(geometry1, geom… in within_no_turns()
Dpoint_in_geometry.hpp101 namespace detail_dispatch { namespace within { namespace
371 return detail_dispatch::within::point_in_geometry<Geometry>::apply(point, geometry, strategy); in point_in_geometry()