mirror of https://github.com/CGAL/cgal
WIP: bandage for now. We should switch to Mesh_3
This commit is contained in:
parent
76a829e6d4
commit
99d39832e0
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue