33#ifndef Foam_CGALTriangulation3DKernel_H
34#define Foam_CGALTriangulation3DKernel_H
37#include "CGAL/version.h"
38#if defined(CGAL_VERSION_NR) && (CGAL_VERSION_NR < 1050211000)
39#define BOOST_BIND_GLOBAL_PLACEHOLDERS
41#pragma clang diagnostic ignored "-Wbitwise-instead-of-logical"
42#pragma clang diagnostic ignored "-Wdeprecated-builtins"
43#pragma clang diagnostic ignored "-Wdeprecated-declarations"
47#include "CGAL/Delaunay_triangulation_3.h"
53 #include "CGAL/Exact_predicates_inexact_constructions_kernel.h"
54 typedef CGAL::Exact_predicates_inexact_constructions_kernel
baseK;
59#if defined(CGAL_VERSION_NR) && (CGAL_VERSION_NR < 1050500000)
62 #include "CGAL/Robust_circumcenter_filtered_traits_3.h"
63 typedef CGAL::Robust_circumcenter_filtered_traits_3<baseK>
K;
67 #include "CGAL/Robust_weighted_circumcenter_filtered_traits_3.h"
68 typedef CGAL::Robust_weighted_circumcenter_filtered_traits_3<baseK>
K;
75 #include "CGAL/Exact_predicates_exact_constructions_kernel.h"
76 typedef CGAL::Exact_predicates_exact_constructions_kernel
baseK;
77 typedef CGAL::Exact_predicates_exact_constructions_kernel
K;
CGAL::Exact_predicates_exact_constructions_kernel K
CGAL::Exact_predicates_exact_constructions_kernel baseK