#include "eipm.h"#include <lar/lar.h>#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>#include <CGAL/Delaunay_triangulation_2.h>#include <CGAL/Interpolation_traits_2.h>#include <CGAL/natural_neighbor_coordinates_2.h>#include <CGAL/interpolation_functions.h>#include <CGAL/Cartesian.h>#include <CGAL/linear_least_squares_fitting_3.h>#include <list>#include <math.h>#include <GL/gl.h>#include <GL/glut.h>

Functions | |
| void | handler_gridtype_change () |
| void | shutdown_module (int x) |
| makes a clean shutdown of the program | |
| static void | draw (void) |
| static void | idle (void) |
| static void | special (int k, int x, int y) |
| static void | reshape (int width, int height) |
| static void | init (int argc, char *argv[]) |
| void | visible (int vis) |
| int | main (int argc, char **argv) |
1.6.3