cgal/Packages/Triangulation_2/demo/Triangulation_2
Mariette Yvinec 3f88f43e94 *** empty log message *** 2001-07-12 16:43:52 +00:00
..
data added constrained triangulation demo 2001-06-20 20:03:14 +00:00
Delaunay.C changed the name of the file window_stuff.h to common_stuff.h 2001-07-03 10:51:56 +00:00
README splitted demo in two part 2001-06-21 15:26:23 +00:00
common_stuff.h changed the name of the file window_stuff.h to common_stuff.h 2001-07-03 10:51:56 +00:00
constrained.C *** empty log message *** 2001-07-12 16:43:52 +00:00
demo.C fixes in doc 2001-07-09 09:01:05 +00:00
demo.cin
makefile *** empty log message *** 2001-07-03 10:38:43 +00:00
parse.C modifs demo according to Dmitrii Pasechnik message (2534 in prisme.cgal.develop) 1999-12-20 07:48:01 +00:00
parse.h splitted demo in two part 2001-06-21 15:26:23 +00:00
regular_demo.C fixed that: 2001-07-03 11:55:19 +00:00

README

DEMOS   :
---------
These demos makes use of graphical IO and needs LEDA or CGAL::WINDOW
to be installed

demo:
Illustrates different features of the  basic triangulation and of Delaunay Triangulation
input points with left button
delete points with middle button
quit with right button

regular_demo
a demo for regular triangulations
input points with left button
delete points with middle button
quit with right button

constrained
A demo for the constrained triangulation.
The constraints are read from a file 
and the constrained Delaunay triangulation is build. 
When clicking left, a point is input and the connected component containing
this point is shown.
You can try several points. Click right to terminate.