cgal/Generator/examples/Generator
Laurent Rineau e5001d1a50 update our CMake version 3.18...3.31
That will suppress the warnings about `CMP0167` (from CMake 3.30):

```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
..
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
README Spelling corrections 2024-05-31 19:05:34 +02:00
ball_d.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
combination_enumerator.cpp 2nd iteration. Remarks from Sebastien and Laurent 2012-07-26 11:56:34 +00:00
cube_d.cpp Merge the feature Generator_d in trunk. 2010-12-02 14:12:20 +00:00
grid_d.cpp More fixes 2021-08-31 16:00:37 +02:00
name_pairs.cpp 2nd iteration. Remarks from Sebastien and Laurent 2012-07-26 11:56:34 +00:00
random_convex_hull_2.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
random_convex_set.cpp
random_degenerate_point_set.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
random_grid.cpp remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead 2019-03-29 13:28:32 +01:00
random_points_23.cpp 101 code 2024-05-16 09:42:26 +01:00
random_points_in_tetrahedral_mesh_3.cpp remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead 2019-03-29 13:28:32 +01:00
random_points_in_triangles_2.cpp remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead 2019-03-29 13:28:32 +01:00
random_points_in_triangles_3.cpp remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead 2019-03-29 13:28:32 +01:00
random_points_on_tetrahedral_mesh_3.cpp remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead 2019-03-29 13:28:32 +01:00
random_points_on_triangle_mesh_2.cpp Do not call the deprecated functions 2022-05-17 10:12:28 +01:00
random_points_on_triangle_mesh_3.cpp remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead 2019-03-29 13:28:32 +01:00
random_points_tetrahedron_and_triangle_3.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
random_points_triangle_2.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
random_polygon.cpp Print out the seed. 2016-02-03 10:19:39 +01:00
random_polygon2.cpp
random_segments1.cpp remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead 2019-03-29 13:28:32 +01:00
random_segments2.cpp CGAL Examples: CGAL_assertion -> assert 2022-01-24 10:19:04 +00:00
sphere_d.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00

README

Segment_generator_example1.C
    example program for generic segment generator.  A number of segments
    are generated and copied to a vector of segments.

Segment_generator_example2.C
    example program for the generic segment generator using precomputed
    point locations.

generators_example1.C
    generates 1000 points as follows: 600 are draw from a disc; 200 are
    drawn from a grid; 100 are duplicates; 100 are collinear points

generators_example2.C
    generates 500 points with integer coordinates

random_polzgon_ex.C
    generates a random polygon from a randomly chosen number of points
    and prints the polygon to standard output

random_grid.cpp
    generates 250 points on a grid and 250 random points within a disc

random_polygon.cpp
    generates random points in a square and call random_polygon_2 to order them
    on a simple polygon.

random_polygon2.cpp
    generates a random simple polygon.

random_convex_set.cpp            

random_segments1.cpp
    generates random points on a segment and on a circle.

random_segments2.cpp
    program for the generic segment generator
    using precomputed point locations.

random_degenerate_point_set.cpp  
 
sphere_d.cpp
    generates random points on the hyper surface of a sphere in dim d.

ball_d.cpp                       
    generates random points within an hyper ball in dim d.

cube_d.cpp                       
    generates random points within an hyper cube in dim d.

grid_d.cpp                       
    generates points on a grid in dim d.