Home
last modified time | relevance | path

Searched defs:coordinate_type (Results 1 – 25 of 148) sorted by relevance

123456

/third_party/boost/boost/geometry/core/
Dcoordinate_type.hpp41 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;
Dradian_access.hpp48 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/
Dindexed_point_view.hpp41 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
Dtwo_dimensional_view.hpp103 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/
Dcustom_lon_lat_point.hpp41 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/
Dassign_values.hpp110 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/
Dbounded_view.hpp69 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/
Daccess.cpp41 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
Dradian_access.cpp30 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/
Dpoint_concept_checker.cpp34 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/
Dcheck.cpp34 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/
Dboost_tuple.hpp53 struct coordinate_type<boost::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> > struct
55 typedef T1 type;
Dc_array.hpp68 struct coordinate_type<CoordinateType[DimensionCount]> struct
70 typedef CoordinateType type;
Dboost_array.hpp76 struct coordinate_type<boost::array<CoordinateType, DimensionCount> > struct
78 typedef CoordinateType type;
Dboost_fusion.hpp89 struct coordinate_type struct
98 typedef typename boost::mpl::front<Sequence>::type type;
Dstd_array.hpp77 struct coordinate_type<std::array<CoordinateType, DimensionCount> > struct
79 typedef CoordinateType type;
Dstd_pair_as_segment.hpp60 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/
Dinterval_traits.hpp23 typedef typename interval_type::coordinate_type coordinate_type; typedef
33 typedef typename interval_type::coordinate_type coordinate_type; typedef
Dpoint_traits.hpp23 typedef typename point_type::coordinate_type coordinate_type; typedef
34 typedef typename point_type::coordinate_type coordinate_type; typedef
Dsegment_traits.hpp24 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/
Dsegment.hpp138 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/
Dtransformer.cpp37 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/
Dpoint.hpp42 struct coordinate_type<boost::polygon::point_data<CoordinateType> > struct
44 typedef CoordinateType type;
/third_party/boost/boost/polygon/detail/
Dpolygon_set_view.hpp65 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/
Dwith_pointer.hpp45 template<> struct coordinate_type<test::test_point_xy> struct
46 { typedef double type; };

123456