15#ifndef dealii_cgal_surface_mesh_h
16#define dealii_cgal_surface_mesh_h
25#ifdef DEAL_II_WITH_CGAL
26# include <CGAL/Polygon_mesh_processing/stitch_borders.h>
27# include <CGAL/Surface_mesh.h>
64 template <
typename CGALPo
intType,
int dim,
int spacedim>
67 const typename ::Triangulation<dim, spacedim>::cell_iterator &cell,
68 const ::Mapping<dim, spacedim> &
mapping,
69 CGAL::Surface_mesh<CGALPointType> &mesh);
85 template <
typename CGALPo
intType,
int dim,
int spacedim>
88 const ::Triangulation<dim, spacedim> &triangulation,
89 CGAL::Surface_mesh<CGALPointType> &mesh);
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
MappingQ< dim, spacedim > StaticMappingQ1< dim, spacedim >::mapping
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)