/third_party/boost/libs/geometry/test/algorithms/touches/ |
D | touches.cpp | 27 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 …]
|
D | touches_multi.cpp | 28 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() 43 …test_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()
|
D | touches_box.cpp | 21 … test_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() 22 … test_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() 23 … test_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() 26 … test_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() 28 … test_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()
|
D | test_touches.hpp | 83 void test_touches(std::string const& wkt1, in test_touches() function 112 test_touches<Geometry1, Geometry2>(wkt1, wkt2, expected); in test_geometry()
|