Home
last modified time | relevance | path

Searched refs:P3ic (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/geometry/index/test/algorithms/
Dsegment_intersection.cpp80 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef
87 …test_geometry<bg::model::box<P3ic>, P3ic>("POLYGON((0 1 2,2 4 6))", "POINT(0 0 0)", "POINT(2 5 7)"… in test_main()
94 …test_geometry<bg::model::box<P3ic>, P3ic>("POLYGON((0 1 2,2 4 6))", "POINT(3 5 6)", "POINT(0 3 3)"… in test_main()
101 …test_geometry<bg::model::box<P3ic>, P3ic>("POLYGON((0 1 2,2 4 6))", "POINT(1 3 0)", "POINT(1 3 7)"… in test_main()
Dcontent.cpp42 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef
49 test_content(P3ic(0, 0, 0), 0); in test_main()
56 test_geometry<bg::model::box<P3ic> >("POLYGON((0 1 2,2 4 6))", 24.0); in test_main()
Dis_valid.cpp81 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef
88 test(P3ic(0, 0, 0), true); in test_main()
95 test_box<bg::model::box<P3ic> >("POLYGON((0 1 2,2 4 6))", true); in test_main()
Dminmaxdist.cpp77 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef
84 test_indexable<bg::model::box<P3ic> >(P3ic(1, 2, 3), "POLYGON((0 1 2,2 4 6))", 14.0); in test_main()
Dmargin.cpp42 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef
49 test_geometry<bg::model::box<P3ic> >("POLYGON((0 1 2,2 4 6))", 9); in test_main()
Dpath_intersection.cpp94 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef
102 typedef bg::model::linestring<P3ic> L3ic; in test_main()
111 …test_geometry<bg::model::box<P3ic>, L3ic>("POLYGON((0 1 2,2 4 6))", "LINESTRING(0 0 0, 2 5 7)", tr… in test_main()
Dunion_content.cpp45 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef
52 test_geometry<bg::model::box<P3ic> >("POLYGON((0 1 2,2 4 6))", "POLYGON((1 2 3,3 5 7))", 60.0); in test_main()
Dintersection_content.cpp45 typedef bg::model::point<int, 3, bg::cs::cartesian> P3ic; in test_main() typedef
52 test_geometry<bg::model::box<P3ic> >("POLYGON((0 1 2,2 4 6))", "POLYGON((1 2 3,3 5 7))", 6.0); in test_main()