Searched refs:spherical_point_box (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/geometry/test/cs_undefined/ |
D | relops1.cpp | 17 bg::disjoint(g.pt, g.b, bg::strategy::covered_by::spherical_point_box()); in test_main() 21 bg::within(g.pt, g.b, bg::strategy::within::spherical_point_box()); in test_main() 25 bg::covered_by(g.pt, g.b, bg::strategy::covered_by::spherical_point_box()); in test_main()
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | point_in_box.hpp | 209 struct spherical_point_box struct 250 typedef within::spherical_point_box type; 276 struct spherical_point_box struct 318 typedef covered_by::spherical_point_box type;
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | disjoint_segment_box.hpp | 49 typedef covered_by::spherical_point_box disjoint_point_box_strategy_type; 69 strategy::covered_by::spherical_point_box(), in apply()
|
D | index.hpp | 66 typedef geometry::strategy::covered_by::spherical_point_box covered_by_point_box_strategy_type;
|
D | intersection.hpp | 202 typedef covered_by::spherical_point_box disjoint_point_box_strategy_type; 203 typedef covered_by::spherical_point_box covered_by_point_box_strategy_type; 204 typedef within::spherical_point_box within_point_box_strategy_type;
|
D | distance_segment_box.hpp | 291 covered_by::spherical_point_box(), in segment_below_of_box()
|
D | point_in_poly_winding.hpp | 159 typedef covered_by::spherical_point_box disjoint_point_box_strategy_type;
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | disjoint_segment_box.hpp | 69 typedef covered_by::spherical_point_box disjoint_point_box_strategy_type; 92 strategy::covered_by::spherical_point_box(), in apply()
|
D | distance_segment_box.hpp | 164 covered_by::spherical_point_box(), in segment_below_of_box()
|
D | intersection.hpp | 197 typedef covered_by::spherical_point_box disjoint_point_box_strategy_type; 198 typedef covered_by::spherical_point_box covered_by_point_box_strategy_type; 199 typedef within::spherical_point_box within_point_box_strategy_type;
|