/third_party/boost/boost/geometry/core/ |
D | coordinate_system.hpp | 40 struct coordinate_system struct 56 struct coordinate_system struct 58 typedef typename point_type<GeometryTag, G>::type P; 61 typedef typename coordinate_system<point_tag, P>::type type; 66 struct coordinate_system<point_tag, Point> struct 71 >::type type; 87 struct coordinate_system struct 93 >::type type;
|
/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 49 typedef CoordinateSystem type; 105 struct coordinate_system<ro_lon_lat_point<CoordinateType, CoordinateSystem> > struct 107 typedef CoordinateSystem type;
|
/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; }; argument
|
D | point_without_coordinate_type.cpp | 30 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; struct
|
D | point_with_incorrect_dimension.cpp | 33 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; argument
|
D | point_well_formed_traits.cpp | 40 struct coordinate_system<point> struct 42 typedef bg::cs::cartesian type;
|
/third_party/boost/libs/geometry/test/geometries/concepts/ |
D | check.cpp | 35 template <> struct coordinate_system<ro_point> { typedef bg::cs::cartesian type; }; argument 53 template <> struct coordinate_system<rw_point> { typedef bg::cs::cartesian type; }; struct
|
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/ |
D | point.hpp | 49 struct coordinate_system<boost::polygon::point_data<CoordinateType> > struct 51 typedef cs::cartesian type;
|
/third_party/boost/libs/geometry/test/test_common/ |
D | with_pointer.hpp | 48 template<> struct coordinate_system<test::test_point_xy> struct 49 { typedef cs::cartesian type; };
|
D | test_point.hpp | 60 struct coordinate_system<test::test_point> { typedef cs::cartesian type; }; struct
|
/third_party/boost/boost/geometry/geometries/ |
D | point_xy.hpp | 103 struct coordinate_system<model::d2::point_xy<CoordinateType, CoordinateSystem> > struct 105 typedef CoordinateSystem type;
|
D | point_xyz.hpp | 106 struct coordinate_system<model::d3::point_xyz<CoordinateType, CoordinateSystem> > struct 108 typedef CoordinateSystem type;
|
D | point.hpp | 256 struct coordinate_system<model::point<CoordinateType, DimensionCount, CoordinateSystem> > struct 258 typedef CoordinateSystem type;
|
/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;
|
D | two_dimensional_view.hpp | 93 struct coordinate_system struct
|
/third_party/boost/libs/geometry/example/ |
D | c07_custom_ring_pointer_example.cpp | 43 template<> struct coordinate_system<my_point> struct 44 { typedef cs::cartesian type; };
|
D | c05_custom_point_pointer_example.cpp | 44 template<> struct coordinate_system<my_point> struct 45 { typedef cs::cartesian type; };
|
/third_party/boost/libs/geometry/doc/doxy/doxygen_input/sourcecode/ |
D | doxygen_5.cpp | 30 template <> struct coordinate_system<legacy_point1> { typedef cs::cartesian type; }; struct
|