Home
last modified time | relevance | path

Searched refs:test_empty_input (Results 1 – 25 of 26) sorted by relevance

12

/third_party/boost/libs/geometry/test/algorithms/distance/
Dtest_empty_geometry.hpp27 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 …]
Ddistance_ca_ar_ar.cpp345 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 …]
Ddistance_ca_l_l.cpp269 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()
Ddistance_ca_l_ar.cpp882 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 …]
Ddistance.cpp375 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 …]
Ddistance_ca_pl_ar.cpp587 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()
Dtest_distance.hpp124 void test_empty_input(Geometry1 const& geometry1, Geometry2 const& geometry2) in test_empty_input() function
Dtest_distance_common.hpp54 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
Dtest_distance_se_common.hpp332 void test_empty_input(Geometry1 const& geometry1, in test_empty_input() function
Dtest_distance_geo_common.hpp528 void test_empty_input(Geometry1 const& geometry1, in test_empty_input() function
/third_party/boost/libs/geometry/test/algorithms/
Dconvex_hull_multi.cpp74 test_empty_input<mp>(); in test_all()
75 test_empty_input<ml>(); in test_all()
76 test_empty_input<mpoly>(); in test_all()
Dperimeter.cpp39 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()
Dconvex_hull.cpp72 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()
Dtest_perimeter.hpp90 void test_empty_input(Geometry const& geometry) in test_empty_input() function
Dtest_length.hpp86 void test_empty_input(Geometry const& geometry) in test_empty_input() function
Dtest_convex_hull.hpp177 void test_empty_input() in test_empty_input() function
/third_party/boost/libs/geometry/test/algorithms/perimeter/
Dperimeter.cpp47 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/
Dlength_sph.cpp54 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()
Dlength_geo.cpp96 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()
Dlength_multi.cpp22 void test_empty_input() in test_empty_input() function
24 test_empty_input(bg::model::multi_linestring<P>()); in test_empty_input()
Dlength.cpp37 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/
Darea.cpp148 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()
Dtest_area.hpp67 void test_empty_input(Geometry const& geometry) in test_empty_input() function
/third_party/boost/libs/geometry/test/algorithms/similarity/
Dtest_hausdorff_distance.hpp123 void test_empty_input(Geometry1 const& geometry1, Geometry2 const& geometry2) in test_empty_input() function
Dtest_frechet_distance.hpp129 void test_empty_input(Geometry1 const& geometry1,Geometry2 const& geometry2) in test_empty_input() function

12