cgal/Generator/examples/Generator
Guillaume Damiand 92ba7fa6c9 Update minimum cmake required version in all CMakeLists.txt 2018-10-18 14:49:23 +02:00
..
CMakeLists.txt Update minimum cmake required version in all CMakeLists.txt 2018-10-18 14:49:23 +02:00
README
ball_d.cpp
combination_enumerator.cpp 2nd iteration. Remarks from Sebastien and Laurent 2012-07-26 11:56:34 +00:00
cube_d.cpp
grid_d.cpp
name_pairs.cpp 2nd iteration. Remarks from Sebastien and Laurent 2012-07-26 11:56:34 +00:00
random_convex_hull_2.cpp try to fix some warnings 2015-01-06 16:53:48 +01:00
random_convex_set.cpp
random_degenerate_point_set.cpp Put CGAL::random_shuffle() in the subnamespace cpp98 2018-04-11 09:32:23 +01:00
random_grid.cpp apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
random_points_in_tetrahedral_mesh_3.cpp Revert the merge of PR #2478 2018-01-04 17:54:08 +01:00
random_points_in_triangles_2.cpp Addition of the class, example and test for Random_points_in_triangle_2 2016-09-28 10:48:09 +02:00
random_points_in_triangles_3.cpp Add doc for the new classes. 2016-09-28 10:48:09 +02:00
random_points_on_tetrahedral_mesh_3.cpp Revert the merge of PR #2478 2018-01-04 17:54:08 +01:00
random_points_on_triangle_mesh_2.cpp Fixed random points on triangle mesh example 2018-02-16 16:37:51 +01:00
random_points_on_triangle_mesh_3.cpp Do not include graph_traits_{Polyhedron | Surface_mesh}.h 2017-04-24 19:17:43 +02:00
random_points_tetrahedron_and_triangle_3.cpp stable stuffs done in gsoc2013, random points in triangle_2, triangle_3, and tetrahedron_3 2013-10-04 11:59:03 -03:00
random_points_triangle_2.cpp stable stuffs done in gsoc2013, random points in triangle_2, triangle_3, and tetrahedron_3 2013-10-04 11:59:03 -03:00
random_polygon.cpp Print out the seed. 2016-02-03 10:19:39 +01:00
random_polygon2.cpp
random_segments1.cpp apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
random_segments2.cpp remove warning 2011-10-21 12:15:44 +00:00
sphere_d.cpp

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 wthin an hyper cube in dim d.

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