deal.II version 9.7.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
polygon.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/cgal/point_conversion.h>
#include <deal.II/cgal/utilities.h>
#include <CGAL/version.h>
#include <CGAL/Polygon_2.h>
#include <CGAL/Polygon_with_holes_2.h>

Go to the source code of this file.

Namespaces

namespace  CGALWrappers

Functions

template<typename KernelType>
CGAL::Polygon_2< KernelType > CGALWrappers::dealii_cell_to_cgal_polygon (const typename Triangulation< 2, 2 >::cell_iterator &cell, const Mapping< 2, 2 > &mapping)
template<typename KernelType>
CGAL::Polygon_with_holes_2< KernelType > CGALWrappers::dealii_tria_to_cgal_polygon (const Triangulation< 2, 2 > &tria, const Mapping< 2, 2 > &mapping)
template<typename KernelType>
CGAL::Polygon_with_holes_2< KernelType > CGALWrappers::polygon_to_polygon_with_holes (const CGAL::Polygon_2< KernelType > &boundary_outside, const std::vector< CGAL::Polygon_2< KernelType > > &boundary_holes={})
template<typename KernelType>
std::vector< CGAL::Polygon_with_holes_2< KernelType > > CGALWrappers::compute_boolean_operation (const CGAL::Polygon_with_holes_2< KernelType > &polygon_1, const CGAL::Polygon_with_holes_2< KernelType > &polygon_2, const BooleanOperation &boolean_operation)