MEPP2 Project
Geometry_traits_cgal_polyhedron_3.h
Go to the documentation of this file.
1 // Copyright (c) 2012-2019 University of Lyon and CNRS (France).
2 // All rights reserved.
3 //
4 // This file is part of MEPP2; you can redistribute it and/or modify
5 // it under the terms of the GNU General Public License as published
6 // by the Free Software Foundation; either version 3 of the License,
7 // or (at your option) any later version.
8 //
9 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
10 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
11 #pragma once
12 
13 #include <CGAL/Polyhedron_3.h>
18 
19 namespace FEVV {
20 
27 template< typename T1, // class PolyhedronTraits_3
28  typename T2, // class PolyhedronItems_3 =
29  // CGAL::Polyhedron_items_3,
30  template< class A,
31  class B,
32  class C > class T3, // class T_HDS = HalfedgeDS_default
33  typename T4 > // class Alloc = CGAL_ALLOCATOR(int)
34 struct RetrieveKernel< CGAL::Polyhedron_3< T1, T2, T3, T4 > >
35 {
36  typedef typename CGAL::Polyhedron_3< T1, T2, T3, T4 >::Traits Kernel;
46 };
47 
48 } // namespace FEVV
49 
Geometry_traits_cartesian.h
FEVV::RetrieveKernel
A generic definition, that is template specialized for every supported native implementation,...
Definition: Geometry_traits.h:118
FEVV
Interfaces for plugins These interfaces will be used for different plugins.
Definition: Assert.h:16
Geometry_traits_cgal_exact_predicates_inexact_constructions_kernel.h
CGAL
Definition: Graph_properties_cgal_point_set.h:32
Geometry_traits.h
FEVV::RetrieveKernel< CGAL::Polyhedron_3< T1, T2, T3, T4 > >::Kernel
CGAL::Polyhedron_3< T1, T2, T3, T4 >::Traits Kernel
Definition: Geometry_traits_cgal_polyhedron_3.h:36
Geometry_traits_operators.h