Home
last modified time | relevance | path

Searched refs:core_dispatch (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/geometry/core/
Dinterior_rings.hpp62 namespace core_dispatch namespace
91 typedef typename core_dispatch::interior_type
116 return core_dispatch::interior_rings in interior_rings()
138 return core_dispatch::interior_rings in interior_rings()
Dpoint_order.hpp94 namespace core_dispatch namespace
136 static const order_selector value = core_dispatch::point_order
156 static const order_selector value = core_dispatch::point_order
178 static const order_selector value = core_dispatch::point_order
Dradius.hpp77 namespace core_dispatch namespace
111 typedef typename core_dispatch::radius_type
128 return core_dispatch::radius_access in get_radius()
148 core_dispatch::radius_access in set_radius()
182 namespace core_dispatch namespace
Dclosure.hpp112 namespace core_dispatch namespace
150 static const closure_selector value = core_dispatch::closure
169 static const closure_selector value = core_dispatch::closure
191 static const closure_selector value = core_dispatch::closure
Dexterior_ring.hpp63 namespace core_dispatch namespace
112 return core_dispatch::exterior_ring in exterior_ring()
134 return core_dispatch::exterior_ring in exterior_ring()
Dinterior_type.hpp72 namespace core_dispatch namespace
143 typedef typename core_dispatch::interior_type
153 typedef typename core_dispatch::interior_return_type
Daccess.hpp132 namespace core_dispatch namespace
277 typedef core_dispatch::access in get()
312 typedef core_dispatch::access in set()
347 typedef core_dispatch::indexed_access in get()
384 typedef core_dispatch::indexed_access in set()
Dring_type.hpp76 namespace core_dispatch namespace
204 typedef typename core_dispatch::ring_type
215 typedef typename core_dispatch::ring_return_type
Dis_areal.hpp30 namespace core_dispatch namespace
52 struct is_areal : core_dispatch::is_areal<typename tag<Geometry>::type>
Dcoordinate_system.hpp53 namespace core_dispatch namespace
89 typedef typename core_dispatch::coordinate_system
Dcoordinate_type.hpp52 namespace core_dispatch namespace
88 typedef typename core_dispatch::coordinate_type
Dtopological_dimension.hpp31 namespace core_dispatch namespace
95 : core_dispatch::top_dim<typename tag<Geometry>::type> {};
Dgeometry_id.hpp31 namespace core_dispatch namespace
96 struct geometry_id : core_dispatch::geometry_id<typename tag<Geometry>::type>
Dcoordinate_dimension.hpp52 namespace core_dispatch namespace
82 : core_dispatch::dimension
Dpoint_type.hpp56 namespace core_dispatch namespace
151 typedef typename core_dispatch::point_type
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffered_ring.hpp139 namespace core_dispatch namespace
162 = core_dispatch::point_order<ring_tag, Ring>::value;
/third_party/boost/libs/geometry/doc/generated/
Ddimension.qbk24 …: public core_dispatch::dimension< tag< Geometry >::type, geometry::util::bare_type< Geometry >::t…
/third_party/boost/boost/geometry/algorithms/
Dsym_difference.hpp196 bool Reverse = (geometry::core_dispatch::top_dim<SingleTag1>::value
197 > geometry::core_dispatch::top_dim<SingleTag2>::value)