• Home
  • Raw
  • Download

Lines Matching refs:test_geometry

30     test_geometry<Point, polygon>("b1", "POINT(1 1)", box, s, true);  in test_all()
31 test_geometry<Point, polygon>("b2", "POINT(3 3)", box, s, false); in test_all()
34 test_geometry<Point, polygon>("b3a", "POINT(0 0)", box, s, true); // different in test_all()
35 test_geometry<Point, polygon>("b3b", "POINT(0 2)", box, s, false); in test_all()
36 test_geometry<Point, polygon>("b3c", "POINT(2 2)", box, s, false); in test_all()
37 test_geometry<Point, polygon>("b3d", "POINT(2 0)", box, s, false); in test_all()
40 test_geometry<Point, polygon>("b4a", "POINT(0 1)", box, s, true); // different in test_all()
41 test_geometry<Point, polygon>("b4b", "POINT(1 2)", box, s, false); in test_all()
42 test_geometry<Point, polygon>("b4c", "POINT(2 1)", box, s, false); in test_all()
43 test_geometry<Point, polygon>("b4d", "POINT(1 0)", box, s, true); // different in test_all()
46 test_geometry<Point, polygon>("t1", "POINT(1 1)", triangle, s, true); in test_all()
47 test_geometry<Point, polygon>("t2", "POINT(3 3)", triangle, s, false); in test_all()
49 test_geometry<Point, polygon>("t3a", "POINT(0 0)", triangle, s, true); // diff in test_all()
50 test_geometry<Point, polygon>("t3b", "POINT(0 4)", triangle, s, false); in test_all()
51 test_geometry<Point, polygon>("t3c", "POINT(5 0)", triangle, s, true); // diff in test_all()
53 test_geometry<Point, polygon>("t4a", "POINT(0 2)", triangle, s, true); // diff in test_all()
54 test_geometry<Point, polygon>("t4b", "POINT(3 2)", triangle, s, false); in test_all()
55 test_geometry<Point, polygon>("t4c", "POINT(2 0)", triangle, s, true); // diff in test_all()
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()
70 test_geometry<Point, polygon>("#77-1", "POINT(6 3.5)", in test_all()