Home
last modified time | relevance | path

Searched defs:coordinate_system (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/boost/geometry/core/
Dcoordinate_system.hpp40 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/
Dcustom_lon_lat_point.hpp47 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/
Dpoint_concept_checker.cpp35 template <> struct coordinate_system<ro_point> { typedef cs::cartesian type; }; argument
53 template <> struct coordinate_system<rw_point> { typedef cs::cartesian type; }; argument
Dpoint_without_setter.cpp30 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; struct
Dpoint_without_getter.cpp30 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; argument
Dpoint_without_dimension.cpp31 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; argument
Dpoint_without_coordinate_type.cpp30 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; struct
Dpoint_with_incorrect_dimension.cpp33 template <> struct coordinate_system<point> { typedef bg::cs::cartesian type; }; argument
Dpoint_well_formed_traits.cpp40 struct coordinate_system<point> struct
42 typedef bg::cs::cartesian type;
/third_party/boost/libs/geometry/test/geometries/concepts/
Dcheck.cpp35 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/
Dpoint.hpp49 struct coordinate_system<boost::polygon::point_data<CoordinateType> > struct
51 typedef cs::cartesian type;
/third_party/boost/libs/geometry/test/test_common/
Dwith_pointer.hpp48 template<> struct coordinate_system<test::test_point_xy> struct
49 { typedef cs::cartesian type; };
Dtest_point.hpp60 struct coordinate_system<test::test_point> { typedef cs::cartesian type; }; struct
/third_party/boost/boost/geometry/geometries/
Dpoint_xy.hpp103 struct coordinate_system<model::d2::point_xy<CoordinateType, CoordinateSystem> > struct
105 typedef CoordinateSystem type;
Dpoint_xyz.hpp106 struct coordinate_system<model::d3::point_xyz<CoordinateType, CoordinateSystem> > struct
108 typedef CoordinateSystem type;
Dpoint.hpp256 struct coordinate_system<model::point<CoordinateType, DimensionCount, CoordinateSystem> > struct
258 typedef CoordinateSystem type;
/third_party/boost/boost/geometry/views/detail/
Dindexed_point_view.hpp82 struct coordinate_system struct
87 typedef typename geometry::coordinate_system<Geometry>::type type;
Dtwo_dimensional_view.hpp93 struct coordinate_system struct
/third_party/boost/libs/geometry/example/
Dc07_custom_ring_pointer_example.cpp43 template<> struct coordinate_system<my_point> struct
44 { typedef cs::cartesian type; };
Dc05_custom_point_pointer_example.cpp44 template<> struct coordinate_system<my_point> struct
45 { typedef cs::cartesian type; };
/third_party/boost/libs/geometry/doc/doxy/doxygen_input/sourcecode/
Ddoxygen_5.cpp30 template <> struct coordinate_system<legacy_point1> { typedef cs::cartesian type; }; struct