cgal/Packages/Triangulation_2/demo/Triangulation_2
Mariette Yvinec 7cdc59168b readded Gt as a template parameters of
Regular_triangulation_face_base_2.h
  Constrained_triangulation_face_base_2.h
  and changed the default face base of regular and constrained triangulations.
2003-05-07 11:36:00 +00:00
..
data
Delaunay.C fixed a bug owed to the use of Comparable_iterator as handles 2002-08-21 07:28:06 +00:00
Makefile fixed a bug owed to the use of Comparable_iterator as handles 2002-08-21 07:28:06 +00:00
README
common_stuff.h
constrained.C fixed ths stack declaration in demo/Triangulation_2/constrained.C 2002-04-15 13:15:27 +00:00
constrained_wi.C readded Gt as a template parameters of 2003-05-07 11:36:00 +00:00
demo.C fixed a small bug in draw_faces_along_line 2003-03-27 14:28:16 +00:00
demo.cin
makefile
parse.C
parse.h
regular_demo.C readded Gt as a template parameters of 2003-05-07 11:36:00 +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.

constrained_plus
Enter constraints with the mouse. They may intersect.
Their arrangement is triangulated