Home
last modified time | relevance | path

Searched refs:MPt (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Ddifference_pl_a.cpp30 typedef bg::model::multi_point<Pt> MPt; typedef
37 Pt, R, MPt, bg::overlay_difference in BOOST_AUTO_TEST_CASE()
44 from_wkt<MPt>("MULTIPOINT()") in BOOST_AUTO_TEST_CASE()
51 from_wkt<MPt>("MULTIPOINT()") in BOOST_AUTO_TEST_CASE()
58 from_wkt<MPt>("MULTIPOINT(6 3)") in BOOST_AUTO_TEST_CASE()
66 Pt, Po, MPt, bg::overlay_difference in BOOST_AUTO_TEST_CASE()
73 from_wkt<MPt>("MULTIPOINT()") in BOOST_AUTO_TEST_CASE()
80 from_wkt<MPt>("MULTIPOINT()") in BOOST_AUTO_TEST_CASE()
87 from_wkt<MPt>("MULTIPOINT(3 3)") in BOOST_AUTO_TEST_CASE()
94 from_wkt<MPt>("MULTIPOINT(6 0)") in BOOST_AUTO_TEST_CASE()
[all …]
Ddifference_tupled.cpp28 typedef bg::model::multi_point<Pt> MPt; typedef
63 boost::tuple<MPt, MLs, MPo> const& tup, in check() argument
72 std::pair<MPt, MLs> const& pair, in check() argument
86 std::tuple<MPt, MLs, MPo> const& tup, in check() argument
150 test_one<Pt, MPt, Tup>( in test_pp()
156 test_one<Pt, MPt, Tup>( in test_pp()
162 test_one<MPt, MPt, Tup>( in test_pp()
184 test_one<MPt, Ls, Tup>( in test_pl()
190 test_one<MPt, MLs, Tup>( in test_pl()
236 test_one<MPt, R, Tup>( in test_pa()
[all …]
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dintersection_pl_a.cpp30 typedef bg::model::multi_point<Pt> MPt; typedef
37 Pt, R, MPt, bg::overlay_intersection in BOOST_AUTO_TEST_CASE()
44 from_wkt<MPt>("MULTIPOINT(0 0)") in BOOST_AUTO_TEST_CASE()
51 from_wkt<MPt>("MULTIPOINT(1 1)") in BOOST_AUTO_TEST_CASE()
58 from_wkt<MPt>("MULTIPOINT()") in BOOST_AUTO_TEST_CASE()
67 Pt, Po, MPt, bg::overlay_intersection in BOOST_AUTO_TEST_CASE()
74 from_wkt<MPt>("MULTIPOINT(0 0)") in BOOST_AUTO_TEST_CASE()
81 from_wkt<MPt>("MULTIPOINT()") in BOOST_AUTO_TEST_CASE()
88 from_wkt<MPt>("MULTIPOINT(3 3)") in BOOST_AUTO_TEST_CASE()
95 from_wkt<MPt>("MULTIPOINT(4 4)") in BOOST_AUTO_TEST_CASE()
[all …]
Dintersection_tupled.cpp28 typedef bg::model::multi_point<Pt> MPt; typedef
62 boost::tuple<MPt, MLs, MPo> const& tup, in check() argument
74 std::pair<MPt, MLs> const& pair, in check() argument
87 std::tuple<MPt, MLs, MPo> const& tup, in check() argument
134 test_one<Pt, MPt, Tup>( in test_pp()
139 test_one<MPt, MPt, Tup>( in test_pp()
158 test_one<MPt, Ls, Tup>( in test_pl()
163 test_one<MPt, MLs, Tup>( in test_pl()
187 test_one<MPt, R, Tup>( in test_pa()
192 test_one<MPt, Po, Tup>( in test_pa()
[all …]
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/
Dunion_tupled.cpp28 typedef bg::model::multi_point<Pt> MPt; typedef
62 boost::tuple<MPt, MLs, MPo> const& tup, in check() argument
74 std::pair<MPt, MLs> const& pair, in check() argument
87 std::tuple<MPt, MLs, MPo> const& tup, in check() argument
134 test_one<Pt, MPt, Tup>( in test_pp()
139 test_one<MPt, MPt, Tup>( in test_pp()
166 test_one<MPt, Ls, Tup>( in test_pl()
172 test_one<MPt, MLs, Tup>( in test_pl()
203 test_one<MPt, R, Tup>( in test_pa()
210 test_one<MPt, Po, Tup>( in test_pa()
[all …]
/third_party/boost/libs/geometry/test/algorithms/set_operations/sym_difference/
Dsym_difference_tupled.cpp28 typedef bg::model::multi_point<Pt> MPt; typedef
62 boost::tuple<MPt, MLs, MPo> const& tup, in check() argument
74 std::pair<MPt, MLs> const& pair, in check() argument
87 std::tuple<MPt, MLs, MPo> const& tup, in check() argument
134 test_one<Pt, MPt, Tup>( in test_pp()
139 test_one<MPt, MPt, Tup>( in test_pp()
160 test_one<MPt, Ls, Tup>( in test_pl()
166 test_one<MPt, MLs, Tup>( in test_pl()
197 test_one<MPt, R, Tup>( in test_pa()
204 test_one<MPt, Po, Tup>( in test_pa()
[all …]
/third_party/boost/libs/geometry/index/test/rtree/
Drtree_intersects_geom.cpp25 typedef bg::model::multi_point<Point> MPt; in test_all() typedef
38 rt.query(bgi::intersects(MPt()), back_inserter(found)); in test_all()