/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | test_empty_geometry.hpp | 27 test_empty_input(multipoint_empty, point, strategy); in test_more_empty_input_pointlike_pointlike() 30 test_empty_input(point, multipoint_empty, strategy); in test_more_empty_input_pointlike_pointlike() 33 test_empty_input(multipoint_empty, multipoint_empty, strategy); in test_more_empty_input_pointlike_pointlike() 57 test_empty_input(multipoint_empty, line, strategy); in test_more_empty_input_pointlike_linear() 60 test_empty_input(line, multipoint_empty, strategy); in test_more_empty_input_pointlike_linear() 61 test_empty_input(point, line_empty, strategy); in test_more_empty_input_pointlike_linear() 62 test_empty_input(point, multiline_empty, strategy); in test_more_empty_input_pointlike_linear() 65 test_empty_input(multipoint_empty, line_empty, strategy); in test_more_empty_input_pointlike_linear() 66 test_empty_input(multipoint_empty, multiline_empty, strategy); in test_more_empty_input_pointlike_linear() 91 test_empty_input(multipoint_empty, polygon, strategy); in test_more_empty_input_pointlike_areal() [all …]
|
D | distance_ca_ar_ar.cpp | 345 test_empty_input(polygon_empty, polygon, strategy); in test_more_empty_input_areal_areal() 346 test_empty_input(polygon_empty, multipolygon, strategy); in test_more_empty_input_areal_areal() 347 test_empty_input(polygon_empty, ring, strategy); in test_more_empty_input_areal_areal() 348 test_empty_input(multipolygon_empty, polygon, strategy); in test_more_empty_input_areal_areal() 349 test_empty_input(multipolygon_empty, multipolygon, strategy); in test_more_empty_input_areal_areal() 350 test_empty_input(multipolygon_empty, ring, strategy); in test_more_empty_input_areal_areal() 351 test_empty_input(ring_empty, polygon, strategy); in test_more_empty_input_areal_areal() 352 test_empty_input(ring_empty, multipolygon, strategy); in test_more_empty_input_areal_areal() 353 test_empty_input(ring_empty, ring, strategy); in test_more_empty_input_areal_areal() 356 test_empty_input(polygon, polygon_empty, strategy); in test_more_empty_input_areal_areal() [all …]
|
D | distance_ca_l_l.cpp | 269 test_empty_input(line_empty, line, strategy); in test_more_empty_input_linear_linear() 270 test_empty_input(multiline_empty, line, strategy); in test_more_empty_input_linear_linear() 273 test_empty_input(line, line_empty, strategy); in test_more_empty_input_linear_linear() 274 test_empty_input(line, multiline_empty, strategy); in test_more_empty_input_linear_linear() 277 test_empty_input(line_empty, line_empty, strategy); in test_more_empty_input_linear_linear() 278 test_empty_input(line_empty, multiline_empty, strategy); in test_more_empty_input_linear_linear() 279 test_empty_input(multiline_empty, multiline_empty, strategy); in test_more_empty_input_linear_linear()
|
D | distance_ca_l_ar.cpp | 882 test_empty_input(line_empty, polygon, strategy); in test_more_empty_input_linear_areal() 883 test_empty_input(line_empty, ring, strategy); in test_more_empty_input_linear_areal() 884 test_empty_input(multiline_empty, polygon, strategy); in test_more_empty_input_linear_areal() 885 test_empty_input(multiline_empty, ring, strategy); in test_more_empty_input_linear_areal() 888 test_empty_input(line, polygon_empty, strategy); in test_more_empty_input_linear_areal() 889 test_empty_input(line, multipolygon_empty, strategy); in test_more_empty_input_linear_areal() 890 test_empty_input(line, ring_empty, strategy); in test_more_empty_input_linear_areal() 893 test_empty_input(line_empty, polygon_empty, strategy); in test_more_empty_input_linear_areal() 894 test_empty_input(line_empty, multipolygon_empty, strategy); in test_more_empty_input_linear_areal() 895 test_empty_input(line_empty, ring_empty, strategy); in test_more_empty_input_linear_areal() [all …]
|
D | distance.cpp | 375 void test_empty_input() in test_empty_input() function 384 test_empty_input(p, line_empty); in test_empty_input() 385 test_empty_input(p, poly_empty); in test_empty_input() 386 test_empty_input(p, ring_empty); in test_empty_input() 388 test_empty_input(p, mp_empty); in test_empty_input() 389 test_empty_input(p, ml_empty); in test_empty_input() 390 test_empty_input(mp_empty, mp_empty); in test_empty_input() 395 test_empty_input(mp_empty, mp); in test_empty_input() 396 test_empty_input(mp, mp_empty); in test_empty_input() 512 test_empty_input<bg::model::d2::point_xy<int> >(); in test_main() [all …]
|
D | distance_ca_pl_ar.cpp | 587 test_empty_input(multipoint_empty, polygon, strategy); in test_more_empty_input_pointlike_areal() 588 test_empty_input(multipoint_empty, ring, strategy); in test_more_empty_input_pointlike_areal() 591 test_empty_input(point, polygon_empty, strategy); in test_more_empty_input_pointlike_areal() 592 test_empty_input(point, multipolygon_empty, strategy); in test_more_empty_input_pointlike_areal() 593 test_empty_input(point, ring_empty, strategy); in test_more_empty_input_pointlike_areal() 596 test_empty_input(multipoint_empty, polygon_empty, strategy); in test_more_empty_input_pointlike_areal() 597 test_empty_input(multipoint_empty, multipolygon_empty, strategy); in test_more_empty_input_pointlike_areal() 598 test_empty_input(multipoint_empty, ring_empty, strategy); in test_more_empty_input_pointlike_areal()
|
D | test_distance.hpp | 124 void test_empty_input(Geometry1 const& geometry1, Geometry2 const& geometry2) in test_empty_input() function
|
D | test_distance_common.hpp | 54 void test_empty_input(Geometry1 const& geometry1, Geometry2 const& geometry2) in test_empty_input() function 586 void test_empty_input(Geometry1 const& geometry1, in test_empty_input() function
|
D | test_distance_se_common.hpp | 332 void test_empty_input(Geometry1 const& geometry1, in test_empty_input() function
|
D | test_distance_geo_common.hpp | 528 void test_empty_input(Geometry1 const& geometry1, in test_empty_input() function
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | convex_hull_multi.cpp | 74 test_empty_input<mp>(); in test_all() 75 test_empty_input<ml>(); in test_all() 76 test_empty_input<mpoly>(); in test_all()
|
D | perimeter.cpp | 39 void test_empty_input() in test_empty_input() function 44 test_empty_input(poly_empty); in test_empty_input() 45 test_empty_input(ring_empty); in test_empty_input()
|
D | convex_hull.cpp | 72 test_empty_input<bg::model::linestring<P> >(); in test_all() 73 test_empty_input<bg::model::ring<P> >(); in test_all() 74 test_empty_input<bg::model::polygon<P> >(); in test_all()
|
D | test_perimeter.hpp | 90 void test_empty_input(Geometry const& geometry) in test_empty_input() function
|
D | test_length.hpp | 86 void test_empty_input(Geometry const& geometry) in test_empty_input() function
|
D | test_convex_hull.hpp | 177 void test_empty_input() in test_empty_input() function
|
/third_party/boost/libs/geometry/test/algorithms/perimeter/ |
D | perimeter.cpp | 47 void test_empty_input() in test_empty_input() function 49 test_empty_input(bg::model::polygon<P>()); in test_empty_input() 50 test_empty_input(bg::model::multi_polygon<bg::model::polygon<P> >()); in test_empty_input()
|
/third_party/boost/libs/geometry/test/algorithms/length/ |
D | length_sph.cpp | 54 void test_empty_input() in test_empty_input() function 56 test_empty_input(bg::model::linestring<P>()); in test_empty_input() 57 test_empty_input(bg::model::multi_linestring<P>()); in test_empty_input()
|
D | length_geo.cpp | 96 void test_empty_input() in test_empty_input() function 98 test_empty_input(bg::model::linestring<P>()); in test_empty_input() 99 test_empty_input(bg::model::multi_linestring<P>()); in test_empty_input()
|
D | length_multi.cpp | 22 void test_empty_input() in test_empty_input() function 24 test_empty_input(bg::model::multi_linestring<P>()); in test_empty_input()
|
D | length.cpp | 37 void test_empty_input() in test_empty_input() function 39 test_empty_input(bg::model::linestring<P>()); in test_empty_input()
|
/third_party/boost/libs/geometry/test/algorithms/area/ |
D | area.cpp | 148 void test_empty_input() in test_empty_input() function 153 test_empty_input(poly_empty); in test_empty_input() 154 test_empty_input(ring_empty); in test_empty_input()
|
D | test_area.hpp | 67 void test_empty_input(Geometry const& geometry) in test_empty_input() function
|
/third_party/boost/libs/geometry/test/algorithms/similarity/ |
D | test_hausdorff_distance.hpp | 123 void test_empty_input(Geometry1 const& geometry1, Geometry2 const& geometry2) in test_empty_input() function
|
D | test_frechet_distance.hpp | 129 void test_empty_input(Geometry1 const& geometry1,Geometry2 const& geometry2) in test_empty_input() function
|