Home
last modified time | relevance | path

Searched defs:point_type (Results 1 – 25 of 263) sorted by relevance

1234567891011

/third_party/boost/boost/geometry/core/
Dpoint_type.hpp43 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/
Dmulti_point.cpp18 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/
Ddoxygen_4.cpp91 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/
Dexpand_on_spheroid.cpp412 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
Denvelope_on_spheroid.cpp506 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/
Dsegment.hpp97 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;
Dpointing_segment.hpp52 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/
Ddouglas_peucker.cpp71 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/
Dring_concept.hpp53 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
Dlinestring_concept.hpp77 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
Dmulti_point_concept.hpp46 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
Dbox_concept.hpp50 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
Dsegment_concept.hpp52 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/
Dpoint_traits.hpp22 typedef PointType point_type; typedef
33 typedef PointType point_type; typedef
Dsegment_traits.hpp23 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/
Dsetops.cpp63 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/
Dcomparable_distance.cpp144 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
Dtest_for_each.hpp89 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/
Dstd_pair_as_segment.hpp52 struct point_type<std::pair<Point, Point> > struct
54 typedef Point type;
/third_party/boost/libs/geometry/test/algorithms/within/
Dwithin.cpp66 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/
Dpoint.hpp64 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/
Drescale_policy.cpp55 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/
Dhas_self_intersections.hpp75 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/
Dmake_3d_point.cpp20 typedef boost::geometry::model::point<double, 3, boost::geometry::cs::cartesian> point_type; in main() typedef
/third_party/boost/boost/geometry/algorithms/detail/disjoint/
Dlinear_linear.hpp60 typedef typename point_type<Segment1>::type point_type; in apply() typedef
96 typedef typename geometry::point_type<Geometry1>::type point_type; in apply() typedef

1234567891011