Home
last modified time | relevance | path

Searched refs:linestring (Results 1 – 25 of 262) sorted by relevance

1234567891011

/third_party/boost/libs/geometry/test/algorithms/touches/
Dtouches.cpp22 typedef bg::model::linestring<P> linestring; in test_all() typedef
24 typedef bg::model::multi_linestring<linestring> mlinestring; in test_all()
147 test_touches<P, linestring>("POINT(0 0)", "LINESTRING(0 0, 2 2, 10 2)", true); in test_all()
148 test_touches<P, linestring>("POINT(2 2)", "LINESTRING(0 0, 2 2, 10 2)", false); in test_all()
149 test_touches<P, linestring>("POINT(1 1)", "LINESTRING(0 0, 2 2, 10 2)", false); in test_all()
150 test_touches<P, linestring>("POINT(5 5)", "LINESTRING(0 0, 2 2, 10 2)", false); in test_all()
161 test_touches<linestring, linestring>("LINESTRING(0 0,2 0)", "LINESTRING(0 0,0 2)", true); in test_all()
162 test_touches<linestring, linestring>("LINESTRING(0 0,2 0)", "LINESTRING(2 0,2 2)", true); in test_all()
163 test_touches<linestring, linestring>("LINESTRING(0 0,2 0)", "LINESTRING(0 2,0 0)", true); in test_all()
164 test_touches<linestring, linestring>("LINESTRING(0 0,2 0)", "LINESTRING(2 2,2 0)", true); in test_all()
[all …]
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dbuffer_linestring.cpp114 typedef bg::model::linestring<P> linestring; in test_all() typedef
130 test_one<linestring, polygon>("simplex", simplex, join_miter, end_flat, 19.209, 1.5); in test_all()
131 test_one<linestring, polygon>("simplex", simplex, join_miter, end_round, 26.2733, 1.5); in test_all()
134 …test_one<linestring, polygon>("simplex_vertical", simplex_vertical, join_round, end_round, 5.14, 1… in test_all()
135 …test_one<linestring, polygon>("simplex_horizontal", simplex_horizontal, join_round, end_round, 5.1… in test_all()
138 …test_one<linestring, polygon>("simplex_vertical32", simplex_vertical, join_round32, end_round32, 5… in test_all()
139 …test_one<linestring, polygon>("simplex_horizontal32", simplex_horizontal, join_round32, end_round3… in test_all()
141 …test_one<linestring, polygon>("simplex_asym_neg", simplex, join_miter, end_flat, 3.202, +1.5, sett… in test_all()
142 …test_one<linestring, polygon>("simplex_asym_pos", simplex, join_miter, end_flat, 3.202, -1.0, sett… in test_all()
148 …test_one<linestring, polygon>("simplex_asym_neg_rev", simplex, join_miter, end_flat, 3.202, +1.0, … in test_all()
[all …]
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Ddifference_multi_areal_linear.cpp37 typedef typename boost::range_value<MultiLineString>::type linestring; in test_areal_linear() typedef
41 …test_one_lp<linestring, linestring, MultiPolygon>("case_mp_ls_1", "LINESTRING(2 0,2 5)", case_mult… in test_areal_linear()
42 …test_one_lp<linestring, MultiLineString, polygon>("case_p_mls_1", "MULTILINESTRING((2 0,2 5),(3 0,… in test_areal_linear()
43 …test_one_lp<linestring, MultiLineString, MultiPolygon>("case_mp_mls_1", "MULTILINESTRING((2 0,2 5)… in test_areal_linear()
44 …test_one_lp<linestring, MultiLineString, ring>("case_r_mls_1", "MULTILINESTRING((2 0,2 5),(3 0,3 5… in test_areal_linear()
47 …test_one_lp<linestring, linestring, MultiPolygon>("case_mp_ls_2a", "LINESTRING(1 0,1 1,2 1,2 0)", … in test_areal_linear()
48 …test_one_lp<linestring, linestring, MultiPolygon>("case_mp_ls_2b", "LINESTRING(1 0,1 1,2 1,2 0)", … in test_areal_linear()
50 test_one_lp<linestring, linestring, MultiPolygon>("case_mp_ls_3", in test_areal_linear()
57 test_one_lp<linestring, linestring, MultiPolygon>("case_mp_ls_4", in test_areal_linear()
67 typedef bg::model::linestring<P> linestring; in test_all() typedef
[all …]
Ddifference_l_a_sph.cpp17 typedef bg::model::linestring<point> linestring; in test_all() typedef
22 test_one_lp<linestring, linestring, polygon>( in test_all()
/third_party/boost/boost/geometry/algorithms/detail/is_simple/
Dlinear.hpp91 is_acceptable_turn(Linestring const& linestring) in is_acceptable_turn() argument
92 : m_linestring(linestring) in is_acceptable_turn()
93 , m_is_closed(geometry::detail::equals::equals_point_point(range::front(linestring), in is_acceptable_turn()
94 range::back(linestring), in is_acceptable_turn()
126 Linestring const& linestring) in is_boundary_point_of() argument
128 BOOST_GEOMETRY_ASSERT(boost::size(linestring) > 1); in is_boundary_point_of()
130 !equals_point_point(range::front(linestring), range::back(linestring)) in is_boundary_point_of()
132 (equals_point_point(point, range::front(linestring)) in is_boundary_point_of()
133 || equals_point_point(point, range::back(linestring))); in is_boundary_point_of()
138 Linestring const& linestring) in is_closing_point_of() argument
[all …]
/third_party/boost/libs/geometry/test/algorithms/
Dsimplify.cpp71 test_geometry<bg::model::linestring<P> >( in test_all()
75 test_geometry<bg::model::linestring<P> >( in test_all()
79 test_geometry<bg::model::linestring<P> >( in test_all()
84 test_geometry<bg::model::linestring<P> >( in test_all()
89 test_geometry<bg::model::linestring<P> >( in test_all()
94 test_geometry<bg::model::linestring<P> >( in test_all()
100 test_geometry<bg::model::linestring<P> >( in test_all()
214 test_geometry<bg::model::linestring<P> >( in test_all()
233 test_with_ax<bg::model::linestring<P> >( in test_all()
248 test_geometry<bg::model::linestring<P> >(zigzag, expected100, 1.0001); in test_zigzag()
[all …]
Dcentroid.cpp74 test_centroid<bg::model::linestring<P> >("LINESTRING(1 1, 2 2, 3 3)", 2.0, 2.0); in test_2d()
75 test_centroid<bg::model::linestring<P> >("LINESTRING(0 0,0 4, 4 4)", 1.0, 3.0); in test_2d()
76 test_centroid<bg::model::linestring<P> >("LINESTRING(0 0,3 3,0 6,3 9,0 12)", 1.5, 6.0); in test_2d()
78 test_centroid<bg::model::linestring<P> >("LINESTRING(1 1,10 1,1 0,10 0,4 -2,1 1)", in test_2d()
82 test_centroid<bg::model::linestring<P> >("LINESTRING(1 1, 1 1)", 1.0, 1.0); in test_2d()
83 test_centroid<bg::model::linestring<P> >("LINESTRING(1 1)", 1.0, 1.0); in test_2d()
86 bg::model::linestring<P> ls; in test_2d()
99 test_centroid<bg::model::linestring<P> >(ls, 1.0, -1.0); in test_2d()
143 bg::model::linestring<bg::model::d2::point_xy<int> >, in test_2d()
157 …test_centroid<bg::model::linestring<P> >("LINESTRING(1 2 3,4 5 -6,7 -8 9,-10 11 12,13 -14 -15, 16 … in test_3d()
[all …]
Dconvert_multi.cpp23 bg::model::multi_linestring<bg::model::linestring<Point1> >, in test_mixed_point_types()
24 bg::model::multi_linestring<bg::model::linestring<Point2> > in test_mixed_point_types()
40 bg::model::linestring<Point1>, in test_mixed_point_types()
41 bg::model::multi_linestring<bg::model::linestring<Point2> > in test_mixed_point_types()
51 bg::model::multi_linestring<bg::model::linestring<Point2> > in test_mixed_point_types()
Dnum_interior_rings.cpp32 typedef bg::model::linestring<point> linestring; typedef
38 typedef bg::model::multi_linestring<linestring> multi_linestring;
81 test_num_interior_rings<linestring>::apply("LINESTRING(0 0,1 1)", 0); in BOOST_AUTO_TEST_CASE()
129 linestring, polygon, multi_polygon in BOOST_AUTO_TEST_CASE()
134 linestring ls; in BOOST_AUTO_TEST_CASE()
Dnum_geometries.cpp32 typedef bg::model::linestring<point> linestring; typedef
38 typedef bg::model::multi_linestring<linestring> multi_linestring;
81 test_num_geometries<linestring>::apply("LINESTRING(0 0,1 1,2 2)", 1); in BOOST_AUTO_TEST_CASE()
132 linestring, multi_linestring in BOOST_AUTO_TEST_CASE()
137 linestring ls; in BOOST_AUTO_TEST_CASE()
Dunique.cpp20 test_geometry<bg::model::linestring<Point> >( in test_all()
24 test_geometry<bg::model::linestring<Point> >( in test_all()
28 test_geometry<bg::model::linestring<Point> >( in test_all()
33 test_geometry<bg::model::linestring<Point> >( in test_all()
Dcomparable_distance.cpp103 bg::model::linestring<P> points; in test_distance_linestring()
117 bg::model::linestring<P> line; in test_distance_linestring()
149 bg::model::linestring<point_type> linestring; in test_double_result_from_integer() local
151 bg::read_wkt("LINESTRING(4 1,1 4)", linestring); in test_double_result_from_integer()
153 double normal_distance = bg::distance(point, linestring); in test_double_result_from_integer()
154 double comparable_distance = bg::comparable_distance(point, linestring); in test_double_result_from_integer()
247 typedef bg::model::linestring<point_type> linestring_type; in apply()
259 linestring_type linestring; in apply() local
260 bg::read_wkt("LINESTRING(-1 -1,-1 0,0 0,0 -1,-1 -1)", linestring); in apply()
310 v2 = linestring; in apply()
[all …]
/third_party/boost/libs/geometry/test/algorithms/detail/
Dtupled_output.cpp70 typedef bg::model::linestring<point> linestring; in test_main() typedef
73 typedef bg::model::multi_linestring<linestring> multi_linestring; in test_main()
77 BOOST_CHECK_EQUAL((bgd::is_range<linestring>::value), true); in test_main()
81 BOOST_CHECK_EQUAL((bgd::is_tupled_output_element<linestring>::value), false); in test_main()
84 test_all<boost::tuple<polygon, linestring>, boost::tuple<linestring, multi_point> >(); in test_main()
85 test_all<std::pair<polygon, linestring>, std::pair<linestring, multi_point> >(); in test_main()
88 boost::tuples::cons<linestring, in test_main()
92 std::pair<linestring, point> >(); in test_main()
104 test_all<std::tuple<polygon, linestring>, std::tuple<linestring, multi_point> >(); in test_main()
107 std::tuple<linestring, point> >(); in test_main()
/third_party/boost/libs/geometry/doc/generated/
Dlinestring.qbk16 [section:model_linestring model::linestring]
18 '''<indexterm><primary>model</primary></indexterm><indexterm><primary>linestring</primary></indexte…
19 A linestring (named so by OGC) is a collection (default a vector) of points.
26 class model::linestring
44 [[``linestring()``
46 ] [Default constructor, creating an empty linestring. ] [
50 linestring(Iterator begin, Iterator end)``
52 ] [Constructor with begin and end, filling the linestring. ] [[* Iterator]: ['begin]:
59 [[``linestring(std::initializer_list< Point > l)``
61 ] [Constructor taking std::initializer_list, filling the linestring. ] [[* std::initializer_list< P…
[all …]
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dfollow.hpp66 LineString const& linestring, Polygon const& polygon, in last_covered_by() argument
69 return geometry::covered_by(range::at(linestring, op.seg_id.segment_index), polygon, strategy); in last_covered_by()
83 LineString const& linestring, Polygon const& polygon, in is_leaving() argument
92 && last_covered_by(turn, op, linestring, polygon, strategy)) in is_leaving()
109 LineString const& linestring, Polygon const& polygon, in is_staying_inside() argument
121 return entered || (first && last_covered_by(turn, op, linestring, polygon, strategy)); in is_staying_inside()
136 Linestring const& linestring, Polygon const& polygon, in was_entered() argument
141 return last_covered_by(turn, op, linestring, polygon, strategy); in was_entered()
249 LineString const& linestring, in leave()
262 >::apply(linestring, segment_id, index, strategy, robust_policy, current_piece); in leave()
[all …]
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dlinear.hpp47 static inline bool apply(Linestring const& linestring, in apply()
51 if (has_invalid_coordinate<Linestring>::apply(linestring, visitor)) in apply()
56 if (boost::size(linestring) < 2) in apply()
71 >::apply(linestring); in apply()
87 >::apply(linestring, visitor, in apply()
146 inline bool apply(Linestring const& linestring) const in apply()
151 >::apply(linestring, m_policy, m_strategy); in apply()
/third_party/boost/libs/geometry/test/algorithms/distance/
Dtest_empty_geometry.hpp48 bg::model::linestring<Point> line_empty; in test_more_empty_input_pointlike_linear()
50 bg::model::multi_linestring<bg::model::linestring<Point> > multiline_empty; in test_more_empty_input_pointlike_linear()
53 bg::model::linestring<Point> line = in test_more_empty_input_pointlike_linear()
54 from_wkt<bg::model::linestring<Point> >("LINESTRING(0 0,1 1,2 2)"); in test_more_empty_input_pointlike_linear()
117 bg::model::linestring<Point> line_empty; in test_more_empty_input_linear_linear()
118 bg::model::multi_linestring<bg::model::linestring<Point> > multiline_empty; in test_more_empty_input_linear_linear()
120 bg::model::linestring<Point> line = in test_more_empty_input_linear_linear()
121 from_wkt<bg::model::linestring<Point> >("LINESTRING(0 0,1 1)"); in test_more_empty_input_linear_linear()
149 bg::model::linestring<Point> line_empty; in test_more_empty_input_linear_areal()
150 bg::model::multi_linestring<bg::model::linestring<Point> > multiline_empty; in test_more_empty_input_linear_areal()
[all …]
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dintersection.cpp514 typedef bg::model::linestring<P> linestring; in test_point_output() typedef
521 test_point_output<linestring, polygon>("linestring(0 2,6 2)", simplex_normal[0], 2); in test_point_output()
712 typedef bg::model::linestring<P> linestring; in test_all() typedef
727 test_areal_linear<polygon, linestring>(); in test_all()
729 test_areal_linear<polygon_open, linestring>(); in test_all()
730 test_areal_linear<polygon_ccw, linestring>(); in test_all()
731 test_areal_linear<polygon_ccw_open, linestring>(); in test_all()
734 test_linear_box<linestring, box>(); in test_all()
763 …test_one<linestring, linestring, box>("llb", "LINESTRING(0 0,10 10)", clip, 1, 2, sqrt(2.0 * 6.0 *… in test_all()
764 …test_one<linestring, box, linestring>("lbl", clip, "LINESTRING(0 0,10 10)", 1, 2, sqrt(2.0 * 6.0 *… in test_all()
[all …]
/third_party/boost/libs/geometry/index/test/algorithms/
Dpath_intersection.cpp66 typedef bg::model::linestring<int_point_type> IP; in test_large_integers()
68 typedef bg::model::linestring<double_point_type> DP; in test_large_integers()
98 typedef bg::model::linestring<P2ic> L2ic; in test_main()
99 typedef bg::model::linestring<P2fc> L2fc; in test_main()
100 typedef bg::model::linestring<P2dc> L2dc; in test_main()
102 typedef bg::model::linestring<P3ic> L3ic; in test_main()
103 typedef bg::model::linestring<P3fc> L3fc; in test_main()
104 typedef bg::model::linestring<P3dc> L3dc; in test_main()
123 typedef bg::model::linestring<P2ttmc> L2ttmc; in test_main()
124 typedef bg::model::linestring<P3ttmc> L3ttmc; in test_main()
/third_party/boost/libs/geometry/example/
D04_boost_example.cpp34 typedef model::linestring<point> linestring; in main() typedef
40 linestring ls1; in main()
46 linestring ls2; in main()
51 linestring ls3 = list_of(point(1,2))(point(3,4)); in main()
55 linestring ls4; in main()
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dmake_with_range.cpp28 typedef boost::geometry::model::linestring<point> linestring; in BOOST_GEOMETRY_REGISTER_C_ARRAY_CS() typedef
31 linestring ls = make_points<linestring>(coordinates); in BOOST_GEOMETRY_REGISTER_C_ARRAY_CS()
35 …std::cout << boost::geometry::dsv(make_points<linestring>(points)) << std::endl; /*< Construct lin… in BOOST_GEOMETRY_REGISTER_C_ARRAY_CS()
/third_party/boost/boost/geometry/geometries/
Dlinestring.hpp60 class linestring : public Container<Point, Allocator<Point> > class
68 inline linestring() in linestring() function in boost::geometry::model::linestring
74 inline linestring(Iterator begin, Iterator end) in linestring() function in boost::geometry::model::linestring
81 inline linestring(std::initializer_list<Point> l) in linestring() function in boost::geometry::model::linestring
113 struct tag<model::linestring<Point, Container, Allocator> >
/third_party/boost/libs/geometry/test/geometries/
Dlinestring.cpp36 bg::model::linestring<P> create_linestring() in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS()
38 bg::model::linestring<P> l1; in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS()
56 bg::model::linestring<P> l1(create_linestring<P>()); in test_default_constructor()
63 bg::model::linestring<P> l1 = create_linestring<P>(); in test_copy_constructor()
70 bg::model::linestring<P> l1(create_linestring<P>()), l2; in test_copy_assignment()
78 typedef bg::model::linestring<P> L; in test_concept()
100 bg::model::linestring<P> l1(IL); in test_custom_linestring()
/third_party/boost/libs/geometry/doc/index/src/examples/rtree/
Dvariants_map.cpp36 typedef bg::model::linestring<point> linestring; typedef
37 typedef boost::variant<polygon, ring, linestring> geometry;
57 void operator()(linestring const& g) const { std::cout << bg::wkt<linestring>(g) << std::endl; } in operator ()()
64 box operator()(linestring const& g) const { return bg::return_envelope<box>(g); } in operator ()()
95 linestring l; in main()
/third_party/boost/libs/geometry/test/core/
Dreverse_dispatch.cpp37 test_reversed<P, bg::model::linestring<P>, false>(); in test_all()
38 test_reversed<bg::model::linestring<P>, P, true>(); in test_all()
40 test_reversed<bg::model::linestring<P>, bg::model::ring<P>, false>(); in test_all()
41 test_reversed<bg::model::ring<P>, bg::model::linestring<P>, true>(); in test_all()

1234567891011