cgal/Packages/Triangulation_2/examples/Triangulation_2
Mariette Yvinec f477668469 *** empty log message *** 2000-06-08 15:46:40 +00:00
..
data changed the data 1999-10-28 16:27:03 +00:00
Makefile Changed the triangulation traits classes 2000-06-08 15:11:17 +00:00
Makefilevc add an example of regular triangulations 1999-10-21 13:51:09 +00:00
README complete the README 1999-10-20 08:20:09 +00:00
cgal_test add an example of regular triangulations 1999-10-21 13:51:09 +00:00
colored_face.C suppress the usenamespace CGAL in colored_face.C 1999-11-04 17:01:21 +00:00
colored_face.cin add the examples colored_face which correpond to one example of the manual 1999-08-25 06:38:11 +00:00
example.C *** empty log message *** 2000-06-08 15:46:40 +00:00
example.cin merge from branch b6aout to main trunc 1999-08-17 12:39:25 +00:00
example.cmd merge from branch b6aout to main trunc 1999-08-17 12:39:25 +00:00
points.C added missing std:: 1999-10-18 08:10:16 +00:00
points.cmd merge from branch b6aout to main trunc 1999-08-17 12:39:25 +00:00
points.h Changed the triangulation traits classes 2000-06-08 15:11:17 +00:00
regular.C suppressed using namespace CGAL 1999-11-08 08:32:40 +00:00
terrain.C change RType from leda_integer to CGAL::Gmpz in terrain.C 1999-10-28 14:22:10 +00:00
terrain.cin update realclean 1999-10-21 09:43:21 +00:00
triangulation_prog1.C Changed the triangulation traits classes 2000-06-08 15:11:17 +00:00
triangulation_prog1.cin added the first example in doc 1999-10-19 13:47:52 +00:00
voronoi.C Changed the triangulation traits classes 2000-06-08 15:11:17 +00:00
voronoi.cmd merge from branch b6aout to main trunc 1999-08-17 12:39:25 +00:00

README

to compule and run all these examples type :
./cgal_test
To compute and run only some of them type
./cgal_test name-of_wanted_example

example: 
Illustrates features of the triangulation package.
It has no graphical IO and does not depend on any other library.

voronoi:
Illustrate the use of a Delaunay triangulation and
takes  the dual of the triangulation.

points:
Illustrates how to input user defined points and a user provided traits
class in a Triangulation 

triangulation_prog1:
the first example in the documentation

colored_face
Illustrates how the user can derive its own base face from the default
one to add e. g. a color.

terrain
Build a terrain using a Delaunay triangulation with the traits class for 
terrains.