Loading [MathJax]/extensions/tex2jax.js

dune-mmesh (1.4)

includes.hh
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3#ifndef DUNE_MMESH_CGAL_INCLUDUES_HH
4#define DUNE_MMESH_CGAL_INCLUDUES_HH
5
6// CGAL includes
7#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
8#include <CGAL/Point_2.h>
9#include <CGAL/Point_3.h>
10#include <CGAL/Vector_3.h>
11#include <CGAL/Triangle_2.h>
12#include <CGAL/Polygon_2.h>
13#include <CGAL/circulator.h>
14#include <CGAL/Kernel/global_functions.h>
15#include <CGAL/utility.h>
16
17// 2D
18#include <CGAL/Triangulation_2.h>
19#include <CGAL/Triangulation_face_base_with_info_2.h>
20#include <CGAL/Triangulation_vertex_base_with_info_2.h>
21#include <CGAL/Triangulation_hierarchy_2.h>
22#include <CGAL/Delaunay_triangulation_2.h>
23#include <CGAL/Delaunay_mesh_face_base_2.h>
24#include <CGAL/Delaunay_mesh_vertex_base_2.h>
25
26// 3D
27#include <CGAL/Triangulation_3.h>
28#include <CGAL/Triangulation_cell_base_with_info_3.h>
29#include <CGAL/Triangulation_vertex_base_with_info_3.h>
30#include <CGAL/Delaunay_triangulation_3.h>
31#include <CGAL/Delaunay_triangulation_cell_base_3.h>
32
33#if CGAL_INTERSECTION
34#include <CGAL/intersections.h>
35#endif
36
37#endif
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Apr 5, 23:02, 2025)