Home
last modified time | relevance | path

Searched refs:box_type1 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/within/
Dwithin.cpp27 typedef bg::model::box<P1> box_type1; in test_point_box() typedef
37 test_geometry<P2, box_type1>("POINT(3 3)", "BOX(0 0,5 5)", true); in test_point_box()
39 test_geometry<box_type1, box_type2>("BOX(1 1,2 2)", "BOX(0 0,3 3)", true); in test_point_box()
40 test_geometry<box_type1, box_type2>("BOX(0 0,3 3)", "BOX(1 1,2 2)", false); in test_point_box()
42 test_geometry<box_type1, box_type2>("BOX(1 1,3 3)", "BOX(0 0,3 3)", true); in test_point_box()
43 test_geometry<box_type1, box_type2>("BOX(3 1,3 3)", "BOX(0 0,3 3)", false); in test_point_box()
45 test_geometry<box_type1, box_type2>("BOX(1 1,4 4)", "BOX(0 0,5 5)", true); in test_point_box()
46 test_geometry<box_type2, box_type1>("BOX(0 0,5 5)", "BOX(1 1,4 4)", false); in test_point_box()
/third_party/boost/boost/geometry/strategies/concepts/
Dwithin_concept.hpp200 >::type box_type1; in apply() typedef
209 (concepts::ConstBox<box_type1>) in apply()
232 box_type1 const* b1 = 0; in apply()
/third_party/boost/libs/geometry/test/algorithms/covered_by/
Dcovered_by.cpp136 typedef boost::geometry::model::box<P1> box_type1; in test_mixed_of() typedef
144 box_type1 box1(P1(1, 1), P1(4, 4)); in test_mixed_of()