move internal folder to subfolder of Polygon_mesh_processing

This commit is contained in:
Jane Tournois 2015-03-16 10:04:56 +01:00
parent a7c18ee412
commit 6de112e4a3
18 changed files with 11 additions and 11 deletions

View File

@ -27,7 +27,7 @@
#ifndef CGAL_POLYHEDRAL_MESH_DOMAIN_3_H
#define CGAL_POLYHEDRAL_MESH_DOMAIN_3_H
#include <CGAL/internal/Point_inside_polygon_mesh/Point_inside_vertical_ray_cast.h>
#include <CGAL/Polygon_mesh_processing/internal/Point_inside_polygon_mesh/Point_inside_vertical_ray_cast.h>
#include <CGAL/Mesh_3/Robust_intersection_traits_3.h>
#include <CGAL/Mesh_3/Triangle_accessor_primitive.h>

View File

@ -22,7 +22,7 @@
#ifndef CGAL_POINT_INSIDE_POLYGON_MESH_H
#define CGAL_POINT_INSIDE_POLYGON_MESH_H
#include <CGAL/internal/Point_inside_polygon_mesh/Point_inside_vertical_ray_cast.h>
#include <CGAL/Polygon_mesh_processing/internal/Point_inside_polygon_mesh/Point_inside_vertical_ray_cast.h>
#include <CGAL/AABB_face_graph_triangle_primitive.h>
#include <CGAL/AABB_tree.h>

View File

@ -1,7 +1,7 @@
#ifndef CGAL_POLYGON_MESH_PROCESSING_FAIR_H
#define CGAL_POLYGON_MESH_PROCESSING_FAIR_H
#include <CGAL/internal/Meshing_functions/Fair_Polyhedron_3.h>
#include <CGAL/Polygon_mesh_processing/internal/Meshing_functions/Fair_Polyhedron_3.h>
namespace CGAL {

View File

@ -1,7 +1,7 @@
#ifndef CGAL_HOLE_FILLING_TRIANGULATE_HOLE_POLYHEDRON_3_H
#define CGAL_HOLE_FILLING_TRIANGULATE_HOLE_POLYHEDRON_3_H
#include <CGAL/internal/Hole_filling/Triangulate_hole_polyline.h>
#include <CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h>
#include <CGAL/Timer.h>
#include <CGAL/trace.h>
#include <CGAL/boost/graph/iterator.h>

View File

@ -4,7 +4,7 @@
#include <map>
#include <set>
#include <CGAL/assertions.h>
#include <CGAL/internal/Hole_filling/Weights.h>
#include <CGAL/Polygon_mesh_processing/internal/Hole_filling/Weights.h>
#include <CGAL/Timer.h>
#include <CGAL/trace.h>

View File

@ -22,7 +22,7 @@
#ifndef CGAL_POINT_INSIDE_POLYHEDRON_POINT_INSIDE_VERTICAL_RAY_CAST_H
#define CGAL_POINT_INSIDE_POLYHEDRON_POINT_INSIDE_VERTICAL_RAY_CAST_H
#include <CGAL/internal/Point_inside_polygon_mesh/Ray_3_Triangle_3_traversal_traits.h>
#include <CGAL/Polygon_mesh_processing/internal/Point_inside_polygon_mesh/Ray_3_Triangle_3_traversal_traits.h>
#include <CGAL/point_generators_3.h>
#include <CGAL/Origin.h>

View File

@ -1,7 +1,7 @@
#ifndef CGAL_POLYGON_MESH_PROCESSING_REFINE_H
#define CGAL_POLYGON_MESH_PROCESSING_REFINE_H
#include <CGAL/internal/Meshing_functions/Refine_Polyhedron_3.h>
#include <CGAL/Polygon_mesh_processing/internal/Meshing_functions/Refine_Polyhedron_3.h>
namespace CGAL {

View File

@ -31,8 +31,8 @@
#include <boost/foreach.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <CGAL/internal/Polygon_mesh_slicer/Traversal_traits.h>
#include <CGAL/internal/Polygon_mesh_slicer/Axis_parallel_plane_traits.h>
#include <CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_traits.h>
#include <CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Axis_parallel_plane_traits.h>
#include <boost/variant.hpp>

View File

@ -1,8 +1,8 @@
#ifndef CGAL_TRIANGULATE_HOLE_H
#define CGAL_TRIANGULATE_HOLE_H
#include <CGAL/internal/Hole_filling/Triangulate_hole_polygon_mesh.h>
#include <CGAL/internal/Hole_filling/Triangulate_hole_polyline.h>
#include <CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polygon_mesh.h>
#include <CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h>
#include <CGAL/Polygon_mesh_processing/refine.h>
#include <CGAL/Polygon_mesh_processing/fair.h>
#include <CGAL/Default.h>