cgal/Interpolation/demo/Interpolation
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
..
README Move packages to trunk root 2006-02-14 08:58:15 +00:00
demo_interpolation_2.C Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
demo_surface_voronoi.C Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
makefile Move packages to trunk root 2006-02-14 08:58:15 +00:00

README

These demos use Geomview 
[see the chapter Geomview in the cgal manual - support library:
Geomview 1.8.1 is required.  The geomview command must be in the user's $PATH,
otherwise the program will not be able to execute.]
 
------- demo_interpolation_2 -------------------------------------------------
using Geomview

This demo program dumps the plot of the different interpolation functions
using a very simple data set
shows:	the differentiability (or not) at the data points
	the closeness to the gradient at the data points	

1) Construction of a Delaunay triangulation of the data points.
 
2) Interpolation on a grid using a user chosen interpolation function.

3) Dumps the plot of the interpolation functions (.off file)

4) Displays the data points in geomview.
--------------------------------------------------------------

------- demo_surface_voronoi -----------------------------------------------
This demo program displays the intersection between the three dimensional 
Voronoi diagram of a point cloud issued from a surface (sphere,cylinder 
or cube) and the tangent plane of another surface point. 
--------------------------------------------------------------