Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/index/test/algorithms/
Dsegment_intersection.cpp82 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef
89 …test_geometry<bg::model::box<P3dc>, P3dc>("POLYGON((0 1 2,2 4 6))", "POINT(0 0 0)", "POINT(2 5 7)"… in test_main()
96 …test_geometry<bg::model::box<P3dc>, P3dc>("POLYGON((0 1 2,2 4 6))", "POINT(3 5 6)", "POINT(0 3 3)"… in test_main()
103 …test_geometry<bg::model::box<P3dc>, P3dc>("POLYGON((0 1 2,2 4 6))", "POINT(1 3 0)", "POINT(1 3 7)"… in test_main()
Dcontent.cpp44 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef
51 test_content(P3dc(0, 0, 0), 0); in test_main()
58 test_geometry<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", 24.0); in test_main()
Dis_valid.cpp83 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef
90 test(P3dc(0, 0, 0), true); in test_main()
97 test_box<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", true); in test_main()
Dminmaxdist.cpp79 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef
86 test_indexable<bg::model::box<P3dc> >(P3dc(1, 2, 3), "POLYGON((0 1 2,2 4 6))", 14.0); in test_main()
Dmargin.cpp44 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef
51 test_geometry<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", 9.0); in test_main()
Dpath_intersection.cpp96 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef
104 typedef bg::model::linestring<P3dc> L3dc; in test_main()
113 …test_geometry<bg::model::box<P3dc>, L3dc>("POLYGON((0 1 2,2 4 6))", "LINESTRING(0 0 0, 2 5 7)", tr… in test_main()
Dunion_content.cpp47 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef
54 test_geometry<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", "POLYGON((1 2 3,3 5 7))", 60.0); in test_main()
Dintersection_content.cpp47 typedef bg::model::point<double, 3, bg::cs::cartesian> P3dc; in test_main() typedef
54 test_geometry<bg::model::box<P3dc> >("POLYGON((0 1 2,2 4 6))", "POLYGON((1 2 3,3 5 7))", 6.0); in test_main()