#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>
Data Structures | |
struct | ptdata_t |
class | class_griddata |
Typedefs | |
typedef CGAL::Exact_predicates_inexact_constructions_kernel | K |
typedef CGAL::Delaunay_triangulation_2 < K > | Delaunay_triangulation |
typedef CGAL::Interpolation_traits_2 < K > | Traits |
typedef K::FT | Coord_type |
typedef K::Point_2 | Point |
typedef CGAL::Data_access < std::map< Point, Coord_type, K::Less_xy_2 > > | Value_access |
typedef std::map< Point, Coord_type, K::Less_xy_2 > | function_values_t |