cgal/Packages/Triangulation_3/examples/Triangulation_3
Sylvain Pion deda782b81 - SunPro can't eat the automatic conversion iterator -> handle in some cases,
so fix example_color.C.
2002-04-08 19:50:56 +00:00
..
Makefile
README
example_color.C - SunPro can't eat the automatic conversion iterator -> handle in some cases, 2002-04-08 19:50:56 +00:00
example_hierarchy.C
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.

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