/third_party/boost/boost/geometry/core/ |
D | coordinate_system.hpp | 40 struct coordinate_system struct 56 struct coordinate_system struct 61 typedef typename coordinate_system<point_tag, P>::type type; argument 66 struct coordinate_system<point_tag, Point> struct 68 typedef typename traits::coordinate_system 87 struct coordinate_system struct 89 typedef typename core_dispatch::coordinate_system
|
D | radian_access.hpp | 196 typename coordinate_system<Geometry>::type>::get(geometry); in get_as_radian() 216 typename coordinate_system<Geometry>::type>::set(geometry, radians); in set_from_radian() 236 typename coordinate_system<Geometry>::type>::get(geometry); in get_as_radian() 257 typename coordinate_system<Geometry>::type>::set(geometry, radians); in set_from_radian()
|
D | cs.hpp | 243 typename geometry::coordinate_system<Geometry>::type 293 typename geometry::coordinate_system<Geometry>::type
|
/third_party/boost/libs/geometry/doc/generated/ |
D | coordinate_system.qbk | 16 [section:coordinate_system coordinate_system] 18 '''<indexterm><primary>coordinate_system</primary></indexterm>''' 23 struct coordinate_system 43 `#include <boost/geometry/core/coordinate_system.hpp>` 45 [include reference/core/coordinate_system.qbk]
|
/third_party/boost/libs/geometry/test/algorithms/similarity/ |
D | discrete_frechet_distance.cpp | 24 typedef typename coordinate_system<P>::type CordType; in test_all_cartesian() 46 typedef typename coordinate_system<P>::type CordType; in test_all_geographic() 68 typedef typename coordinate_system<P>::type CordType; in test_all_spherical_equ()
|
D | discrete_hausdorff_distance.cpp | 34 typedef typename coordinate_system<P>::type CordType; in test_all_cartesian() 58 typedef typename coordinate_system<P>::type CordType; in test_all_geographic() 85 typedef typename coordinate_system<P>::type CordType; in test_all_spherical_equ()
|
/third_party/boost/libs/geometry/test/concepts/ |
D | point_concept_checker.cpp | 35 template <> struct coordinate_system<ro_point> { typedef cs::cartesian type; }; argument 53 template <> struct coordinate_system<rw_point> { typedef cs::cartesian type; }; argument
|
D | point_without_setter.cpp | 30 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; struct
|
D | point_without_getter.cpp | 30 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; argument
|
D | point_without_dimension.cpp | 31 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; struct
|
D | point_without_coordinate_type.cpp | 30 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; struct
|
D | point_well_formed_traits.cpp | 40 struct coordinate_system<point> struct
|
D | point_with_incorrect_dimension.cpp | 33 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; struct
|
/third_party/boost/libs/geometry/test/geometries/concepts/ |
D | check.cpp | 35 template <> struct coordinate_system<ro_point> { typedef bg::cs::cartesian type; }; struct 53 template <> struct coordinate_system<rw_point> { typedef bg::cs::cartesian type; }; struct
|
/third_party/boost/boost/geometry/geometries/concepts/ |
D | point_concept.hpp | 99 typedef typename coordinate_system<Geometry>::type csystem; 152 typedef typename coordinate_system<Geometry>::type csystem;
|
/third_party/boost/libs/geometry/doc/src/examples/core/ |
D | Jamfile.v2 | 23 exe coordinate_system : coordinate_system.cpp ;
|
D | Jamfile | 23 exe coordinate_system : coordinate_system.cpp ;
|
D | coordinate_system.cpp | 25 typedef boost::geometry::coordinate_system<polygon_type>::type system; in main()
|
/third_party/boost/libs/geometry/test/test_geometries/ |
D | custom_lon_lat_point.hpp | 47 struct coordinate_system<rw_lon_lat_point<CoordinateType, CoordinateSystem> > struct 105 struct coordinate_system<ro_lon_lat_point<CoordinateType, CoordinateSystem> > struct
|
/third_party/boost/boost/geometry/views/detail/ |
D | indexed_point_view.hpp | 82 struct coordinate_system struct 87 typedef typename geometry::coordinate_system<Geometry>::type type; argument
|
D | two_dimensional_view.hpp | 93 struct coordinate_system struct 99 > : coordinate_system<typename geometry::point_type<Point>::type>
|
/third_party/boost/libs/geometry/doc/reference/core/ |
D | coordinate_system.qbk | 15 [coordinate_system]
|
/third_party/boost/boost/geometry/policies/robustness/ |
D | get_rescale_policy.hpp | 192 typename geometry::coordinate_system<Point>::type 212 typename geometry::coordinate_system<point_type>::type in apply() 236 typename geometry::coordinate_system<point_type>::type in apply()
|
/third_party/boost/libs/geometry/test/test_common/ |
D | with_pointer.hpp | 48 template<> struct coordinate_system<test::test_point_xy> struct
|
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/ |
D | point.hpp | 49 struct coordinate_system<boost::polygon::point_data<CoordinateType> > struct
|