Home
last modified time | relevance | path

Searched refs:cartesian_point_box (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/geometry/test/cs_undefined/
Drelops1.cpp16 bg::disjoint(g.pt, g.b, bg::strategy::covered_by::cartesian_point_box()); in test_main()
20 bg::within(g.pt, g.b, bg::strategy::within::cartesian_point_box()); in test_main()
24 bg::covered_by(g.pt, g.b, bg::strategy::covered_by::cartesian_point_box()); in test_main()
/third_party/boost/boost/geometry/strategies/cartesian/
Dpoint_in_box.hpp195 struct cartesian_point_box struct
237 typedef within::cartesian_point_box type;
262 struct cartesian_point_box struct
305 typedef covered_by::cartesian_point_box type;
Dindex.hpp69 typedef geometry::strategy::covered_by::cartesian_point_box covered_by_point_box_strategy_type;
Dintersection.hpp183 typedef covered_by::cartesian_point_box disjoint_point_box_strategy_type;
184 typedef covered_by::cartesian_point_box covered_by_point_box_strategy_type;
185 typedef within::cartesian_point_box within_point_box_strategy_type;
Dpoint_in_poly_winding.hpp130 typedef covered_by::cartesian_point_box disjoint_point_box_strategy_type;
Ddisjoint_segment_box.hpp250 typedef covered_by::cartesian_point_box disjoint_point_box_strategy_type;
/third_party/boost/libs/geometry/test/algorithms/within/
Dwithin.cpp112 bg::strategy::within::cartesian_point_box()); in test_strategy()