mirror of https://github.com/CGAL/cgal
Following this:
- CGAL: always REQUIRED
- CGAL component: COMPONENT / OPTIONAL_COMPONENT (never QUIET)
- required 3rd party: (not QUIET) + message(NOTICE "") on NOT_FOUND
- optional 3rd party: QUIET + message(STATUS "") except for Polyhedron/demo
- 3rd party components: COMPONENT / OPTIONAL_COMPONENT
(QUIET depending on required or optional 3rd party)
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| README | ||
| ball_d.cpp | ||
| combination_enumerator.cpp | ||
| cube_d.cpp | ||
| grid_d.cpp | ||
| name_pairs.cpp | ||
| random_convex_hull_2.cpp | ||
| random_convex_set.cpp | ||
| random_degenerate_point_set.cpp | ||
| random_grid.cpp | ||
| random_points_in_tetrahedral_mesh_3.cpp | ||
| random_points_in_triangles_2.cpp | ||
| random_points_in_triangles_3.cpp | ||
| random_points_on_tetrahedral_mesh_3.cpp | ||
| random_points_on_triangle_mesh_2.cpp | ||
| random_points_on_triangle_mesh_3.cpp | ||
| random_points_tetrahedron_and_triangle_3.cpp | ||
| random_points_triangle_2.cpp | ||
| random_polygon.cpp | ||
| random_polygon2.cpp | ||
| random_segments1.cpp | ||
| random_segments2.cpp | ||
| 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.