WIP: bandage for now. We should switch to Mesh_3

This commit is contained in:
Laurent Rineau 2024-06-05 19:22:57 +02:00
parent 76a829e6d4
commit 99d39832e0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,6 @@
/// @TODO: change the usage from Surface_mesher to Mesh_3
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Surface_mesh_default_triangulation_3.h>

View File

@ -8,6 +8,10 @@
// poisson_reconstruction_test mesh1.off point_set2.xyz...
// CGAL
/// @TODO: change the usage from Surface_mesher to Mesh_3
#include <CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Timer.h>
#include <CGAL/Memory_sizer.h>