16#ifndef dealii_cgal_surface_mesh_h
17#define dealii_cgal_surface_mesh_h
27#ifdef DEAL_II_WITH_CGAL
28# include <CGAL/Polygon_mesh_processing/stitch_borders.h>
29# include <CGAL/Surface_mesh.h>
66 template <
typename CGALPo
intType,
int dim,
int spacedim>
69 const typename ::Triangulation<dim, spacedim>::cell_iterator &cell,
70 const ::Mapping<dim, spacedim> & mapping,
71 CGAL::Surface_mesh<CGALPointType> & mesh);
87 template <
typename CGALPo
intType,
int dim,
int spacedim>
91 CGAL::Surface_mesh<CGALPointType> & mesh);
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
void dealii_tria_to_cgal_surface_mesh(const ::Triangulation< dim, spacedim > &triangulation, CGAL::Surface_mesh< CGALPointType > &mesh)
void dealii_cell_to_cgal_surface_mesh(const typename ::Triangulation< dim, spacedim >::cell_iterator &cell, const ::Mapping< dim, spacedim > &mapping, CGAL::Surface_mesh< CGALPointType > &mesh)
const ::parallel::distributed::Triangulation< dim, spacedim > * triangulation