Home
last modified time | relevance | path

Searched refs:coordinate_generator (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/geometry/test/algorithms/detail/
Dpartition.cpp324 coordinate_generator(generator, random_coordinate); in fill_points() local
331 int x = coordinate_generator(); in fill_points()
332 int y = coordinate_generator(); in fill_points()
418 coordinate_generator(generator, random_coordinate); in fill_boxes() local
423 int w = coordinate_generator() % 30; in fill_boxes()
424 int h = coordinate_generator() % 30; in fill_boxes()
427 int x = coordinate_generator(); in fill_boxes()
428 int y = coordinate_generator(); in fill_boxes()
/third_party/boost/libs/geometry/test/robustness/convex_hull/
Drandom_multi_points.cpp145 coordinate_generator(generator, random_coordinate); in test_all() local
156 test_random_multi_points<mp>(p, index, coordinate_generator, pcount, settings); in test_all()
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Drecursive_polygons.cpp120 coordinate_generator(generator, random_coordinate); in test_all() local
133 test_recursive_boxes<mp>(p, index, coordinate_generator, level, triangular, settings); in test_all()
/third_party/boost/libs/geometry/test/robustness/overlay/buffer/
Drecursive_polygons_buffer.cpp268 coordinate_generator(generator, random_coordinate); in test_all() local
281 test_buffer<mp>(p, index, coordinate_generator, level, settings); in test_all()
/third_party/boost/libs/geometry/test/robustness/overlay/linear_areal/
Drecursive_polygons_linear_areal.cpp406 coordinate_generator(generator, random_coordinate); in test_all() local
419 test_linear_areal<mp>(p, index, coordinate_generator, level, settings); in test_all()