/third_party/boost/boost/geometry/core/ |
D | point_type.hpp | 43 struct point_type struct 60 struct point_type struct 66 >::type type; 72 struct point_type<point_tag, Point> struct 74 typedef Point type; 80 struct point_type<linestring_tag, Linestring> struct 82 typedef typename boost::range_value<Linestring>::type type; 87 struct point_type<ring_tag, Ring> struct 89 typedef typename boost::range_value<Ring>::type type; 95 struct point_type<polygon_tag, Polygon> struct [all …]
|
/third_party/boost/libs/geometry/doc/src/examples/geometries/register/ |
D | multi_point.cpp | 18 typedef boost::tuple<float, float> point_type; typedef 21 BOOST_GEOMETRY_REGISTER_MULTI_POINT(std::deque< ::point_type >) in BOOST_GEOMETRY_REGISTER_MULTI_POINT()
|
/third_party/boost/libs/geometry/doc/doxy/doxygen_input/sourcecode/ |
D | doxygen_4.cpp | 91 typedef boost::geometry::point_xy<double> point_type; in svg_simplify_road() typedef 123 typedef boost::geometry::point_xy<double> point_type; in svg_simplify_country() typedef 154 typedef boost::geometry::point_xy<double> point_type; in svg_convex_hull_country() typedef 187 typedef boost::geometry::point_xy<double> point_type; in svg_convex_hull_cities() typedef 219 typedef boost::geometry::point_xy<double> point_type; in svg_intersection_roads() typedef 266 typedef boost::geometry::point_xy<double> point_type; in svg_intersection_countries() typedef
|
/third_party/boost/libs/geometry/test/algorithms/envelope_expand/ |
D | expand_on_spheroid.cpp | 412 typedef bg::model::point<double, 2, CoordinateSystem> point_type; in test_expand_point() typedef 613 typedef bg::model::point<double, 3, CoordinateSystem> point_type; in test_expand_point_with_height() typedef 645 typedef bg::model::point<double, 2, coordinate_system_type> point_type; in BOOST_AUTO_TEST_CASE() typedef 724 typedef bg::model::point<double, 2, coordinate_system_type> point_type; in BOOST_AUTO_TEST_CASE() typedef 744 typedef bg::model::point<double, 2, coordinate_system_type> point_type; in BOOST_AUTO_TEST_CASE() typedef 823 typedef bg::model::point<double, 3, coordinate_system_type> point_type; in BOOST_AUTO_TEST_CASE() typedef 852 typedef bg::model::point<double, 3, coordinate_system_type> point_type; in BOOST_AUTO_TEST_CASE() typedef 882 typedef bg::model::point<double, 2, CoordinateSystem> point_type; in test_expand_box() typedef 1062 typedef bg::model::point<double, 2, CoordinateSystem> point_type; in test_expand_make_inverse() typedef 1096 typedef bg::model::point<double, 3, CoordinateSystem> point_type; in test_expand_box_with_height() typedef
|
D | envelope_on_spheroid.cpp | 506 typedef bg::model::point<double, dim, CoordinateSystem> point_type; in test_empty_geometry() typedef 532 typedef bg::model::point<double, 2, CoordinateSystem> point_type; in test_envelope_point() typedef 619 typedef bg::model::point<double, 3, CoordinateSystem> point_type; in test_envelope_point_with_height() typedef 1513 typedef bg::model::point<double, 3, coordinate_system_type> point_type; in BOOST_AUTO_TEST_CASE() typedef 1530 typedef bg::model::point<double, 3, coordinate_system_type> point_type; in BOOST_AUTO_TEST_CASE() typedef 1699 typedef bg::model::point<double, 3, CoordinateSystem> point_type; in test_envelope_multipoint_with_height() typedef 1955 typedef bg::model::point<double, 3, coordinate_system_type> point_type; in test_envelope_box_with_height() typedef 2249 typedef bg::model::point<double, 3, coordinate_system_type> point_type; in BOOST_AUTO_TEST_CASE() typedef 2265 typedef bg::model::point<double, 3, coordinate_system_type> point_type; in BOOST_AUTO_TEST_CASE() typedef 2281 typedef bg::model::point<double, 2, coordinate_system_type> point_type; in BOOST_AUTO_TEST_CASE() typedef [all …]
|
/third_party/boost/boost/geometry/geometries/ |
D | segment.hpp | 97 typedef ConstOrNonConstPoint point_type; typedef in boost::geometry::model::referring_segment 129 struct point_type<model::segment<Point> > struct 131 typedef Point type; 177 struct point_type<model::referring_segment<ConstOrNonConstPoint> > struct 179 typedef ConstOrNonConstPoint type;
|
D | pointing_segment.hpp | 52 typedef ConstOrNonConstPoint point_type; typedef in boost::geometry::model::pointing_segment 85 struct point_type<model::pointing_segment<Point> > struct 87 typedef Point type;
|
/third_party/boost/libs/geometry/test/strategies/ |
D | douglas_peucker.cpp | 71 typedef bg::model::point<CoordinateType, 2, bg::cs::cartesian> point_type; typedef 87 typedef bg::model::point<CoordinateType, 2, bg::cs::cartesian> point_type; typedef 97 typedef bg::model::point<CoordinateType, 2, bg::cs::cartesian> point_type; typedef 177 typedef typename bg::point_type<Geometry>::type point_type; in apply() typedef 230 typedef bg::model::point<CoordinateType, 2, bg::cs::cartesian> point_type; in test_with_strategy() typedef
|
/third_party/boost/boost/geometry/geometries/concepts/ |
D | ring_concept.hpp | 53 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::Ring 82 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::ConstRing
|
D | linestring_concept.hpp | 77 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::Linestring 106 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::ConstLinestring
|
D | multi_point_concept.hpp | 46 typedef typename boost::range_value<Geometry>::type point_type; typedef in boost::geometry::concepts::MultiPoint 74 typedef typename boost::range_value<Geometry>::type point_type; typedef in boost::geometry::concepts::ConstMultiPoint
|
D | box_concept.hpp | 50 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::Box 96 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::ConstBox
|
D | segment_concept.hpp | 52 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::Segment 96 typedef typename point_type<Geometry>::type point_type; typedef in boost::geometry::concepts::ConstSegment
|
/third_party/boost/boost/polygon/ |
D | point_traits.hpp | 22 typedef PointType point_type; typedef 33 typedef PointType point_type; typedef
|
D | segment_traits.hpp | 23 typedef typename segment_type::point_type point_type; typedef 35 typedef typename segment_type::point_type point_type; typedef
|
/third_party/boost/libs/geometry/test/cs_undefined/ |
D | setops.cpp | 63 typedef typename bg::point_type<G1>::type point_type; in set_idsu_ps() typedef 87 typedef typename bg::point_type<G1>::type point_type; in set_ids_ps() typedef 111 typedef typename bg::point_type<G1>::type point_type; in set_id_ps() typedef 135 typedef typename bg::point_type<G1>::type point_type; in set_i_ps() typedef 159 typedef typename bg::point_type<G1>::type point_type; in set_d_ps() typedef
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | comparable_distance.cpp | 144 typedef bg::model::point<T, 2, bg::cs::cartesian> point_type; in test_double_result_from_integer() typedef 175 typedef bg::model::point<T, 2, bg::cs::cartesian> point_type; in apply() typedef 245 typedef bg::model::point<T, 2, bg::cs::cartesian> point_type; in apply() typedef 330 typedef bg::model::point<T, 2, bg::cs::cartesian> point_type; in apply() typedef 452 typedef bg::model::point<T, 2, bg::cs::cartesian> point_type; in apply() typedef
|
D | test_for_each.hpp | 89 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_const() typedef 125 typedef typename bg::point_type<Geometry>::type point_type; in test_per_point_non_const() typedef 205 typedef typename bg::point_type<Geometry>::type point_type; in test_per_segment_const() typedef 228 typedef typename bg::point_type<Geometry>::type point_type; in test_per_segment_non_const() typedef
|
/third_party/boost/boost/geometry/geometries/adapted/ |
D | std_pair_as_segment.hpp | 52 struct point_type<std::pair<Point, Point> > struct 54 typedef Point type;
|
/third_party/boost/libs/geometry/test/algorithms/within/ |
D | within.cpp | 66 typedef boost::geometry::model::point<double, 3, boost::geometry::cs::cartesian> point_type; in test_point_box_3d() typedef 105 typedef bg::model::d2::point_xy<double> point_type; in test_strategy() typedef
|
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/ |
D | point.hpp | 64 typedef boost::polygon::point_data<CoordinateType> point_type; typedef 81 typedef boost::polygon::point_data<CoordinateType> point_type; typedef
|
/third_party/boost/libs/geometry/test/policies/ |
D | rescale_policy.cpp | 55 typedef typename bg::point_type<Geometry1>::type point_type; in test_one() typedef 117 typedef bg::model::d2::point_xy<T> point_type; in test_all() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | has_self_intersections.hpp | 75 typedef typename point_type<Geometry>::type point_type; in has_self_intersections() typedef 143 typedef typename geometry::point_type<Geometry>::type point_type; in has_self_intersections() typedef
|
/third_party/boost/libs/geometry/doc/src/examples/algorithms/ |
D | make_3d_point.cpp | 20 typedef boost::geometry::model::point<double, 3, boost::geometry::cs::cartesian> point_type; in main() typedef
|
/third_party/boost/boost/geometry/algorithms/detail/disjoint/ |
D | linear_linear.hpp | 60 typedef typename point_type<Segment1>::type point_type; in apply() typedef 96 typedef typename geometry::point_type<Geometry1>::type point_type; in apply() typedef
|