Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/index/test/algorithms/
Dsegment_intersection.cpp77 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() typedef
85 …test_geometry<bg::model::box<P2fc>, P2fc>("POLYGON((0 1,2 4))", "POINT(0 0)", "POINT(2 5)", true, … in test_main()
92 …test_geometry<bg::model::box<P2fc>, P2fc>("POLYGON((0 1,2 4))", "POINT(3 4)", "POINT(0 2)", true, … in test_main()
99 …test_geometry<bg::model::box<P2fc>, P2fc>("POLYGON((0 1,2 4))", "POINT(1 5)", "POINT(1 0)", true, … in test_main()
106 …test_geometry<bg::model::box<P2fc>, P2fc>("POLYGON((0 1,2 4))", "POINT(0 5)", "POINT(0 0)", true, … in test_main()
110 …test_geometry<bg::model::box<P2fc>, P2fc>("POLYGON((0 1,2 4))", "POINT(3 5)", "POINT(3 0)", false,… in test_main()
113 …test_geometry<bg::model::box<P2fc>, P2fc>("POLYGON((0 1,2 4))", "POINT(1 0)", "POINT(1 1)", true, … in test_main()
114 …test_geometry<bg::model::box<P2fc>, P2fc>("POLYGON((0 1,2 4))", "POINT(1 4)", "POINT(1 5)", true, … in test_main()
116 …test_geometry<bg::model::box<P2fc>, P2fc>("POLYGON((0 1,2 4))", "POINT(0.5 2)", "POINT(1.5 3)", tr… in test_main()
Dpath_intersection.cpp91 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() typedef
99 typedef bg::model::linestring<P2fc> L2fc; in test_main()
109 …test_geometry<bg::model::box<P2fc>, L2fc>("POLYGON((0 1,2 4))", "LINESTRING(0 0, 2 5)", true, 1.0f… in test_main()
115 …test_geometry<bg::model::box<P2fc>, L2fc>("POLYGON((0 1,2 4))", "LINESTRING(0 0, 1 0, 1 5)", true,… in test_main()
116 …test_geometry<bg::model::box<P2fc>, L2fc>("POLYGON((0 1,2 4))", "LINESTRING(0 0, 3 0, 3 2, 0 2)", … in test_main()
117 …test_geometry<bg::model::box<P2fc>, L2fc>("POLYGON((0 1,2 4))", "LINESTRING(1 2, 3 3, 0 3)", true,… in test_main()
Dcontent.cpp39 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() typedef
47 test_content(P2fc(0, 0), 0); in test_main()
54 test_geometry<bg::model::box<P2fc> >("POLYGON((0 1,2 4))", 6.0); in test_main()
Dis_valid.cpp78 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() typedef
86 test(P2fc(0, 0), true); in test_main()
93 test_box<bg::model::box<P2fc> >("POLYGON((0 1,2 4))", true); in test_main()
Dminmaxdist.cpp74 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() typedef
82 test_indexable<bg::model::box<P2fc> >(P2fc(1, 2), "POLYGON((0 1,2 4))", 5.0); in test_main()
Dmargin.cpp39 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() typedef
47 test_geometry<bg::model::box<P2fc> >("POLYGON((0 1,2 4))", 5.0); in test_main()
Dunion_content.cpp42 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() typedef
50 test_geometry<bg::model::box<P2fc> >("POLYGON((0 1,2 4))", "POLYGON((1 2,3 5))", 12.0); in test_main()
Dintersection_content.cpp42 typedef bg::model::point<float, 2, bg::cs::cartesian> P2fc; in test_main() typedef
50 test_geometry<bg::model::box<P2fc> >("POLYGON((0 1,2 4))", "POLYGON((1 2,3 5))", 2.0); in test_main()