Home
last modified time | relevance | path

Searched refs:CoordinateSystem (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/register/
H A Dpoint.hpp23 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_POINT_TRAITS(Point, Dim, CoordinateType, CoordinateSystem)… argument
27 template<> struct coordinate_system<Point> { typedef CoordinateSystem type; };
70 #define BOOST_GEOMETRY_REGISTER_POINT_2D(Point, CoordinateType, CoordinateSystem, Field0, Field1) \ argument
72 BOOST_GEOMETRY_DETAIL_SPECIALIZE_POINT_TRAITS(Point, 2, CoordinateType, CoordinateSystem) \
88 #define BOOST_GEOMETRY_REGISTER_POINT_3D(Point, CoordinateType, CoordinateSystem, Field0, Field1, F… argument
90 BOOST_GEOMETRY_DETAIL_SPECIALIZE_POINT_TRAITS(Point, 3, CoordinateType, CoordinateSystem) \
106 #define BOOST_GEOMETRY_REGISTER_POINT_2D_CONST(Point, CoordinateType, CoordinateSystem, Field0, Fie… argument
108 BOOST_GEOMETRY_DETAIL_SPECIALIZE_POINT_TRAITS(Point, 2, CoordinateType, CoordinateSystem) \
124 #define BOOST_GEOMETRY_REGISTER_POINT_3D_CONST(Point, CoordinateType, CoordinateSystem, Field0, Fie… argument
126 BOOST_GEOMETRY_DETAIL_SPECIALIZE_POINT_TRAITS(Point, 3, CoordinateType, CoordinateSystem) \
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/
H A Dpoint.hpp106 typename CoordinateSystem
117 enum { cs_check = sizeof(CoordinateSystem) };
232 typename CoordinateSystem
234 struct tag<model::point<CoordinateType, DimensionCount, CoordinateSystem> >
243 typename CoordinateSystem
245 struct coordinate_type<model::point<CoordinateType, DimensionCount, CoordinateSystem> >
254 typename CoordinateSystem
256 struct coordinate_system<model::point<CoordinateType, DimensionCount, CoordinateSystem> >
258 typedef CoordinateSystem type;
265 typename CoordinateSystem
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/
H A Dcompare.hpp48 typename CoordinateSystem,
65 typename CoordinateSystem,
68 struct strategy_compare<Tag, 1, Point, CoordinateSystem, Dimension>
78 typename CoordinateSystem,
81 struct strategy_compare<Tag, -1, Point, CoordinateSystem, Dimension>
91 typename CoordinateSystem,
94 struct strategy_compare<Tag, 0, Point, CoordinateSystem, Dimension>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dradian_access.hpp93 template<typename> class CoordinateSystem
95 struct radian_access<0, Geometry, CoordinateSystem<degree> >
103 template<typename> class CoordinateSystem
105 struct radian_access<1, Geometry, CoordinateSystem<degree> >
158 template<typename> class CoordinateSystem,
161 struct radian_access_box_segment<Index, 0, Geometry, CoordinateSystem<degree> >
169 template<typename> class CoordinateSystem,
172 struct radian_access_box_segment<Index, 1, Geometry, CoordinateSystem<degree> >
H A Dcs.hpp196 template <typename CoordinateSystem>
253 template <typename CoordinateSystem>
260 template <template<typename> class CoordinateSystem>
261 struct is_radian< CoordinateSystem<degree> > : boost::false_type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dcompare_circular.hpp117 template<typename> class CoordinateSystem,
120 struct strategy_compare<spherical_polar_tag, 1, Point, CoordinateSystem<Units>, 0>
134 template<typename> class CoordinateSystem,
137 struct strategy_compare<spherical_polar_tag, -1, Point, CoordinateSystem<Units>, 0>