/third_party/boost/boost/geometry/core/ |
D | coordinate_type.hpp | 41 struct coordinate_type struct 56 struct coordinate_type struct 58 typedef typename point_type<GeometryTag, Geometry>::type point_type; 61 typedef typename coordinate_type<point_tag, point_type>::type type; 65 struct coordinate_type<point_tag, Point> struct 70 >::type type; 86 struct coordinate_type struct 92 >::type type;
|
D | radian_access.hpp | 48 typedef typename fp_coordinate_type<Geometry>::type coordinate_type; typedef 74 typedef typename fp_coordinate_type<Geometry>::type coordinate_type; typedef 113 typedef typename fp_coordinate_type<Geometry>::type coordinate_type; typedef 139 typedef typename fp_coordinate_type<Geometry>::type coordinate_type; typedef
|
/third_party/boost/boost/geometry/views/detail/ |
D | indexed_point_view.hpp | 41 typedef typename geometry::coordinate_type<Geometry>::type coordinate_type; typedef in boost::geometry::detail::indexed_point_view 76 struct coordinate_type< geometry::detail::indexed_point_view<Geometry, Index> > struct 78 typedef typename geometry::coordinate_type<Geometry>::type type; 101 typedef typename geometry::coordinate_type<Geometry>::type coordinate_type; typedef
|
D | two_dimensional_view.hpp | 103 struct coordinate_type struct 145 typedef typename geometry::coordinate_type<Point>::type coordinate_type; typedef 172 typedef typename geometry::coordinate_type<Point>::type coordinate_type; typedef
|
/third_party/boost/libs/geometry/test/test_geometries/ |
D | custom_lon_lat_point.hpp | 41 struct coordinate_type<rw_lon_lat_point<CoordinateType, CoordinateSystem> > struct 43 typedef CoordinateType type; 99 struct coordinate_type<ro_lon_lat_point<CoordinateType, CoordinateSystem> > struct 101 typedef CoordinateType type;
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | assign_values.hpp | 110 typedef typename coordinate_type<BoxOrSegment>::type coordinate_type; in apply() typedef 134 typedef typename coordinate_type<Point>::type coordinate_type; in assign_box_2d_corner() typedef 229 typedef typename coordinate_type<Geometry>::type coordinate_type; typedef 267 typedef typename coordinate_type<Point>::type coordinate_type; typedef 280 typedef typename coordinate_type<Point>::type coordinate_type; typedef
|
/third_party/boost/boost/geometry/index/detail/ |
D | bounded_view.hpp | 69 typedef typename geometry::coordinate_type<Box>::type coordinate_type; typedef 111 typedef typename geometry::coordinate_type<Box>::type coordinate_type; typedef 140 typedef typename geometry::coordinate_type<Box>::type coordinate_type; typedef 170 typedef typename geometry::coordinate_type<Box>::type coordinate_type; typedef 265 typedef typename geometry::coordinate_type<Box>::type coordinate_type; typedef 283 typedef typename geometry::coordinate_type<Box>::type coordinate_type; typedef
|
/third_party/boost/libs/geometry/test/core/ |
D | access.cpp | 41 typedef typename bg::coordinate_type<G>::type coordinate_type; in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() typedef 62 typedef typename bg::coordinate_type<G>::type coordinate_type; in test_indexed_get_set() typedef 91 typedef typename bg::coordinate_type<P>::type coordinate_type; in test_all() typedef
|
D | radian_access.cpp | 30 typedef typename bg::coordinate_type<P>::type coordinate_type; in test_get() typedef 46 typedef typename bg::coordinate_type<P>::type coordinate_type; in test_set() typedef
|
/third_party/boost/libs/geometry/test/concepts/ |
D | point_concept_checker.cpp | 34 template <> struct coordinate_type<ro_point> { typedef float type; }; struct 52 template <> struct coordinate_type<rw_point> { typedef float type; }; struct
|
/third_party/boost/libs/geometry/test/geometries/concepts/ |
D | check.cpp | 34 template <> struct coordinate_type<ro_point> { typedef float type; }; struct 52 template <> struct coordinate_type<rw_point> { typedef float type; }; argument
|
/third_party/boost/boost/geometry/geometries/adapted/ |
D | boost_tuple.hpp | 53 struct coordinate_type<boost::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> > struct 55 typedef T1 type;
|
D | c_array.hpp | 68 struct coordinate_type<CoordinateType[DimensionCount]> struct 70 typedef CoordinateType type;
|
D | boost_array.hpp | 76 struct coordinate_type<boost::array<CoordinateType, DimensionCount> > struct 78 typedef CoordinateType type;
|
D | boost_fusion.hpp | 89 struct coordinate_type struct 98 typedef typename boost::mpl::front<Sequence>::type type;
|
D | std_array.hpp | 77 struct coordinate_type<std::array<CoordinateType, DimensionCount> > struct 79 typedef CoordinateType type;
|
D | std_pair_as_segment.hpp | 60 typedef typename geometry::coordinate_type<Point>::type coordinate_type; typedef 77 typedef typename geometry::coordinate_type<Point>::type coordinate_type; typedef
|
/third_party/boost/boost/polygon/ |
D | interval_traits.hpp | 23 typedef typename interval_type::coordinate_type coordinate_type; typedef 33 typedef typename interval_type::coordinate_type coordinate_type; typedef
|
D | point_traits.hpp | 23 typedef typename point_type::coordinate_type coordinate_type; typedef 34 typedef typename point_type::coordinate_type coordinate_type; typedef
|
D | segment_traits.hpp | 24 typedef typename segment_type::coordinate_type coordinate_type; typedef 36 typedef typename segment_type::coordinate_type coordinate_type; typedef
|
/third_party/boost/boost/geometry/geometries/ |
D | segment.hpp | 138 typedef typename geometry::coordinate_type<segment_type>::type coordinate_type; typedef 156 typedef typename geometry::coordinate_type<segment_type>::type coordinate_type; typedef 186 typedef typename geometry::coordinate_type<segment_type>::type coordinate_type; typedef 204 typedef typename geometry::coordinate_type<segment_type>::type coordinate_type; typedef
|
/third_party/boost/libs/geometry/test/strategies/ |
D | transformer.cpp | 37 typedef typename bg::coordinate_type<P>::type coordinate_type; in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() typedef 52 typedef typename bg::coordinate_type<P>::type coordinate_type; in test_all() typedef
|
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/ |
D | point.hpp | 42 struct coordinate_type<boost::polygon::point_data<CoordinateType> > struct 44 typedef CoordinateType type;
|
/third_party/boost/boost/polygon/detail/ |
D | polygon_set_view.hpp | 65 typedef typename polygon_set_view<ltype, rtype, op_type>::coordinate_type coordinate_type; typedef 96 typedef typename polygon_set_traits<ltype>::coordinate_type coordinate_type; in execute_boolean_op() typedef 128 typedef typename polygon_set_traits<ltype>::coordinate_type coordinate_type; typedef in boost::polygon::polygon_set_view 195 typedef typename polygon_set_traits<ltype>::coordinate_type coordinate_type; in self_assignment_boolean_op() typedef
|
/third_party/boost/libs/geometry/test/test_common/ |
D | with_pointer.hpp | 45 template<> struct coordinate_type<test::test_point_xy> struct 46 { typedef double type; };
|