rename/move internal headers

This commit is contained in:
Laurent Rineau 2024-06-06 12:27:34 +02:00
parent 6c6814dd2f
commit eb1c10516a
4 changed files with 16 additions and 8 deletions

View File

@ -1,4 +1,5 @@
// Copyright (c) 2006-2007, 2024 INRIA Sophia-Antipolis (France).
// Copyright (c) 2006-2007 INRIA Sophia-Antipolis (France).
// Copyright (c) 2024 GeometryFactory Sarl (France)
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
@ -9,13 +10,16 @@
//
// Author(s) : Laurent Rineau, Jane Tournois
#ifndef CGAL_MESH_3_POISSON_MESH_TRAITS_GENERATOR_3_H
#define CGAL_MESH_3_POISSON_MESH_TRAITS_GENERATOR_3_H
// This file is a copy-paste-adaptation of Surface_mesher/include/CGAL/Surface_mesh_traits_generator_3.h
// Surface_mesher that has been deprecated and will be removed in the future.
#ifndef CGAL_POISSON_MESH_TRAITS_GENERATOR_3_H
#define CGAL_POISSON_MESH_TRAITS_GENERATOR_3_H
#include <CGAL/license/Poisson_surface_reconstruction_3.h>
#include <CGAL/Surface_mesher/Poisson_sphere_oracle_3.h>
#include <CGAL/Poisson_surface_reconstruction_3/internal/Poisson_sphere_oracle_3.h>
namespace CGAL {
@ -42,4 +46,4 @@ struct Poisson_mesh_traits_generator_3<CGAL::Sphere_3<Kernel> >
} // end namespace CGAL
#endif // CGAL_MESH_3_POISSON_MESH_TRAITS_GENERATOR_3_H
#endif // CGAL_POISSON_MESH_TRAITS_GENERATOR_3_H

View File

@ -1,4 +1,5 @@
// Copyright (c) 2006-2007 INRIA Sophia-Antipolis (France).
// Copyright (c) 2024 GeometryFactory Sarl (France)
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
@ -10,10 +11,13 @@
//
// Author(s) : Laurent RINEAU
// This file is a copy-paste-adaptation of Surface_mesher/include/CGAL/Poisson_implicit_surface_oracle_3.h
// Surface_mesher that has been deprecated and will be removed in the future.
#ifndef CGAL_POISSON_SURFACE_MESHER_POISSON_SPHERE_ORACLE_3_H
#define CGAL_POISSON_SURFACE_MESHER_POISSON_SPHERE_ORACLE_3_H
#include <CGAL/license/Surface_mesher.h>
#include <CGAL/license/Poisson_surface_reconstruction_3.h>
#include <CGAL/disable_warnings.h>
#include <CGAL/point_generators_3.h>

View File

@ -18,7 +18,7 @@
#include <CGAL/point_generators_3.h>
#include <CGAL/Surface_mesher/Poisson_sphere_oracle_3.h>
#include <CGAL/Poisson_surface_reconstruction_3/internal/Poisson_sphere_oracle_3.h>
#include <CGAL/Surface_mesher/Implicit_surface_oracle_3.h>
#include <CGAL/Real_embeddable_traits.h>
#include <CGAL/squared_distance_3.h>

View File

@ -21,7 +21,7 @@
#include <CGAL/Mesh_3/Poisson_refine_cells_3.h>
#include <CGAL/Poisson_mesh_cell_criteria_3.h>
#include <CGAL/assertions.h>
#include <CGAL/Mesh_3/Poisson_mesh_traits_generator_3.h>
#include <CGAL/Poisson_surface_reconstruction_3/internal/Poisson_mesh_traits_generator_3.h>
namespace CGAL {