cgal/Packages/Triangulation_3/examples/Triangulation_3
Sylvain Pion 8a4203e763 - remove default parameter "false". 2002-01-09 15:30:42 +00:00
..
Makefile new example 2001-06-20 18:30:50 +00:00
README *** empty log message *** 2001-07-20 07:03:49 +00:00
example_color.C - Fix demo/examples. 2001-09-24 08:18:52 +00:00
example_hierarchy.C - Short names in the examples for VC++. 2001-07-25 11:43:48 +00:00
example_simple.C - remove default parameter "false". 2002-01-09 15:30:42 +00:00
example_tds.C - Fix example_tds.C. 2001-10-31 08:50:06 +00:00

README

------- example_simple -------------------------------------------------

This example shows the incremental construction of a 3D triangulation, 
the location of a point, and how to manipulate elementary operations
on indices in a cell. It uses the default parameters proposed by
CGAL for the Triangulation_3 class.

--------------------------------------------------------------

------- example_color -------------------------------------------------

This example shows how the user can plug his own vertex base in a
triangulation.

--------------------------------------------------------------

------- example_hierarchy -------------------------------------------------

This example shows the use of the hierarchy to speed up the 
construction of a Delaunay triangulation. 

--------------------------------------------------------------

------- example_tds -------------------------------------------------

Shows how to construct a 3D triangulation data structure by 
inserting vertices.

--------------------------------------------------------------