COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#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>
Go to the source code of this file.
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 |
Functions | |
int | main () |
typedef K::FT Coord_type |
Definition at line 11 of file linear_interpolation.cpp.
typedef CGAL::Delaunay_triangulation_2<K> Delaunay_triangulation |
Definition at line 9 of file linear_interpolation.cpp.
typedef CGAL::Exact_predicates_inexact_constructions_kernel K |
Definition at line 8 of file linear_interpolation.cpp.
typedef K::Point_2 Point |
Definition at line 12 of file linear_interpolation.cpp.
Definition at line 10 of file linear_interpolation.cpp.
int main | ( | void | ) |
Definition at line 14 of file linear_interpolation.cpp.
Send comments to: COOLFluiD Web Admin |