Home
last modified time | relevance | path

Searched refs:test_touches (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/touches/
Dtouches.cpp27 test_touches<polygon, polygon> in test_all()
35 test_touches<polygon, polygon> in test_all()
43 test_touches<polygon, polygon> in test_all()
51 test_touches<polygon, polygon> in test_all()
59 test_touches<polygon, polygon> in test_all()
67 test_touches<polygon, polygon> in test_all()
75 test_touches<polygon, polygon> in test_all()
84 test_touches<polygon, polygon> in test_all()
92 test_touches<polygon, polygon> in test_all()
99 test_touches<polygon, polygon> in test_all()
[all …]
Dtouches_multi.cpp28 test_touches<mp, mp>("MULTIPOLYGON(((0 0,0 100,100 100,100 0,0 0)))", in test_all()
33 test_touches<mp, mp>("MULTIPOLYGON(((0 0,0 100,100 100,100 0,0 0)))", in test_all()
38 test_touches<mp, mp>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((20 0,20 10,30 10,30 0,20 0)))", in test_all()
43test_touches<mp, mp>("MULTIPOLYGON(((0 0,0 5,0 10,5 10,10 10,10 5,10 0,5 0,0 0)),((20 0,20 10,30 1… in test_all()
48 test_touches<mp, mp>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((20 0,20 10,30 10,30 0,20 0)))", in test_all()
53 test_touches<mp, mp>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((20 0,20 10,30 10,30 0,20 0)))", in test_all()
58 test_touches<mp, ml>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((20 0,20 10,30 10,30 0,20 0)))", in test_all()
62 test_touches<mp, ml>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((20 0,20 10,30 10,30 0,20 0)))", in test_all()
66 test_touches<mp, ml>("MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((20 0,20 10,30 10,30 0,20 0)))", in test_all()
Dtouches_box.cpp21test_touches<box, box>("POLYGON((0 0,0 5,5 5,5 0,0 0))", "POLYGON((5 1,5 2,6 2,6 1,5 1))", true); in test_all()
22test_touches<box, box>("POLYGON((0 0,0 5,5 5,5 0,0 0))", "POLYGON((4 1,4 2,5 2,5 1,4 1))", false); in test_all()
23test_touches<box, box>("POLYGON((0 0,0 5,5 5,5 0,0 0))", "POLYGON((4 1,4 2,6 2,6 1,4 1))", false); in test_all()
26test_touches<box, box>("POLYGON((0 0,0 5,5 5,5 0,0 0))", "POLYGON((5 5,5 5,5 5,5 5,5 5))", true); in test_all()
28test_touches<box, box>("POLYGON((5 5,5 5,5 5,5 5,5 5))", "POLYGON((5 5,5 5,5 5,5 5,5 5))", true); in test_all()
Dtest_touches.hpp83 void test_touches(std::string const& wkt1, in test_touches() function
112 test_touches<Geometry1, Geometry2>(wkt1, wkt2, expected); in test_geometry()