Searched refs:coordinate_generator (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/detail/ |
D | partition.cpp | 324 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/ |
D | random_multi_points.cpp | 145 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/ |
D | recursive_polygons.cpp | 120 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/ |
D | recursive_polygons_buffer.cpp | 268 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/ |
D | recursive_polygons_linear_areal.cpp | 406 coordinate_generator(generator, random_coordinate); in test_all() local 419 test_linear_areal<mp>(p, index, coordinate_generator, level, settings); in test_all()
|