mirror of https://github.com/CGAL/cgal
move file to subfolder Polygon_mesh_processing
This commit is contained in:
parent
fcfe30d114
commit
f7ff3b2548
|
|
@ -1,6 +1,6 @@
|
||||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||||
#include <CGAL/Polyhedron_3.h>
|
#include <CGAL/Polyhedron_3.h>
|
||||||
#include <CGAL/orient_polygon_mesh.h>
|
#include <CGAL/Polygon_mesh_processing/orient_polygon_mesh.h>
|
||||||
|
|
||||||
#include <CGAL/IO/Polyhedron_iostream.h>
|
#include <CGAL/IO/Polyhedron_iostream.h>
|
||||||
#include <CGAL/Timer.h>
|
#include <CGAL/Timer.h>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include <CGAL/polygon_soup_to_polygon_mesh.h>
|
#include <CGAL/polygon_soup_to_polygon_mesh.h>
|
||||||
#include <CGAL/orient_polygon_soup.h>
|
#include <CGAL/orient_polygon_soup.h>
|
||||||
#include <CGAL/orient_polygon_mesh.h>
|
#include <CGAL/Polygon_mesh_processing/orient_polygon_mesh.h>
|
||||||
|
|
||||||
typedef Kernel::Point_3 Point_3;
|
typedef Kernel::Point_3 Point_3;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue