cgal/Interpolation/demo/Interpolation
Sébastien Loriot 82b2ebc865 apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
..
CMakeLists.txt CMake: Fix the handling of cmake_policy 2012-08-22 12:35:03 +00:00
README Renamed example in order to get unique names 2008-12-12 08:47:04 +00:00
interpolation_2_demo.cpp Rename a target in demo/Interpolation to avoid cmake errors. 2012-02-03 17:13:44 +00:00
surface_voronoi.cpp apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01: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.]
 
------- gv_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.
--------------------------------------------------------------

------- 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. 
--------------------------------------------------------------