/third_party/boost/libs/geometry/test/strategies/ |
D | franklin.cpp | 26 std::string const with_hole = "POLYGON((0 0,0 3,3 3,3 0,0 0),(1 1,2 1,2 2,1 2,1 1))"; in test_all() local 58 test_geometry<Point, polygon>("h1", "POINT(0.5 0.5)", with_hole, s, true); in test_all() 59 test_geometry<Point, polygon>("h2a", "POINT(1.5 1.5)", with_hole, s, false); in test_all() 60 test_geometry<Point, polygon>("h2b", "POINT(5 5)", with_hole, s, false); in test_all() 62 test_geometry<Point, polygon>("h3a", "POINT(1 1)", with_hole, s, false); in test_all() 63 test_geometry<Point, polygon>("h3b", "POINT(2 2)", with_hole, s, true); // diff in test_all() 64 test_geometry<Point, polygon>("h3c", "POINT(0 0)", with_hole, s, true); // diff in test_all() 66 test_geometry<Point, polygon>("h4a", "POINT(1 1.5)", with_hole, s, false); in test_all() 67 test_geometry<Point, polygon>("h4b", "POINT(1.5 2)", with_hole, s, true); // diff in test_all()
|
D | crossings_multiply.cpp | 26 std::string const with_hole = "POLYGON((0 0,0 3,3 3,3 0,0 0),(1 1,2 1,2 2,1 2,1 1))"; in test_all() local 59 test_geometry<Point, polygon>("h1", "POINT(0.5 0.5)", with_hole, s, true); in test_all() 60 test_geometry<Point, polygon>("h2a", "POINT(1.5 1.5)", with_hole, s, false); in test_all() 61 test_geometry<Point, polygon>("h2b", "POINT(5 5)", with_hole, s, false); in test_all() 63 test_geometry<Point, polygon>("h3a", "POINT(1 1)", with_hole, s, true); // diff in test_all() 64 test_geometry<Point, polygon>("h3b", "POINT(2 2)", with_hole, s, false); in test_all() 65 test_geometry<Point, polygon>("h3c", "POINT(0 0)", with_hole, s, false); in test_all() 67 test_geometry<Point, polygon>("h4a", "POINT(1 1.5)", with_hole, s, false); in test_all() 68 test_geometry<Point, polygon>("h4b", "POINT(1.5 2)", with_hole, s, false); in test_all()
|
D | winding.cpp | 25 std::string const with_hole = "POLYGON((0 0,0 3,3 3,3 0,0 0),(1 1,2 1,2 2,1 2,1 1))"; in test_cartesian() local 58 test_geometry<Point, polygon>("h1", "POINT(0.5 0.5)", with_hole, s, true); in test_cartesian() 59 test_geometry<Point, polygon>("h2a", "POINT(1.5 1.5)", with_hole, s, false); in test_cartesian() 60 test_geometry<Point, polygon>("h2b", "POINT(5 5)", with_hole, s, false); in test_cartesian() 62 test_geometry<Point, polygon>("h3a", "POINT(1 1)", with_hole, s, false); in test_cartesian() 63 test_geometry<Point, polygon>("h3b", "POINT(2 2)", with_hole, s, false); in test_cartesian() 64 test_geometry<Point, polygon>("h3c", "POINT(0 0)", with_hole, s, false); in test_cartesian() 66 test_geometry<Point, polygon>("h4a", "POINT(1 1.5)", with_hole, s, false); in test_cartesian() 67 test_geometry<Point, polygon>("h4b", "POINT(1.5 2)", with_hole, s, false); in test_cartesian()
|