From 99d39832e077dce5a487ac62ddf39cde0b7c6dd5 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 5 Jun 2024 19:22:57 +0200 Subject: [PATCH] WIP: bandage for now. We should switch to Mesh_3 --- .../poisson_reconstruction_example.cpp | 3 +++ .../poisson_reconstruction_test.cpp | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/Poisson_surface_reconstruction_3/examples/Poisson_surface_reconstruction_3/poisson_reconstruction_example.cpp b/Poisson_surface_reconstruction_3/examples/Poisson_surface_reconstruction_3/poisson_reconstruction_example.cpp index 92fef2cc1105..074689607b57 100644 --- a/Poisson_surface_reconstruction_3/examples/Poisson_surface_reconstruction_3/poisson_reconstruction_example.cpp +++ b/Poisson_surface_reconstruction_3/examples/Poisson_surface_reconstruction_3/poisson_reconstruction_example.cpp @@ -1,3 +1,6 @@ +/// @TODO: change the usage from Surface_mesher to Mesh_3 +#include + #include #include #include diff --git a/Poisson_surface_reconstruction_3/test/Poisson_surface_reconstruction_3/poisson_reconstruction_test.cpp b/Poisson_surface_reconstruction_3/test/Poisson_surface_reconstruction_3/poisson_reconstruction_test.cpp index 760e505dc277..6f0ea438dc6a 100644 --- a/Poisson_surface_reconstruction_3/test/Poisson_surface_reconstruction_3/poisson_reconstruction_test.cpp +++ b/Poisson_surface_reconstruction_3/test/Poisson_surface_reconstruction_3/poisson_reconstruction_test.cpp @@ -8,6 +8,10 @@ // poisson_reconstruction_test mesh1.off point_set2.xyz... // CGAL + +/// @TODO: change the usage from Surface_mesher to Mesh_3 +#include + #include #include #include