Rename Properties.h for clarity

This commit is contained in:
JacksonCampolattaro 2023-08-30 15:32:38 +02:00
parent 07c671e6e9
commit 2d8f7d483d
6 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
#include <CGAL/Orthtree/Traversal_iterator.h>
#include <CGAL/Orthtree/IO.h>
#include <CGAL/Properties.h>
#include <CGAL/Property_container.h>
#include <CGAL/property_map.h>
#include <CGAL/intersections.h>
#include <CGAL/squared_distance_3.h>

View File

@ -17,7 +17,7 @@
#include <typeindex>
#include <CGAL/Properties.h>
#include <CGAL/Property_container.h>
#include <CGAL/Point_set_3/IO.h>

View File

@ -1,5 +1,5 @@
#include <CGAL/Properties.h>
#include <CGAL/Property_container.h>
using namespace CGAL::Properties;

View File

@ -18,7 +18,7 @@
#include <CGAL/Surface_mesh/IO.h>
#include <CGAL/Surface_mesh/Surface_mesh_fwd.h>
#include <CGAL/Properties.h>
#include <CGAL/Property_container.h>
#include <CGAL/assertions.h>
#include <CGAL/boost/graph/copy_face_graph.h>

View File

@ -19,7 +19,7 @@
#include <CGAL/assertions.h>
#include <CGAL/Surface_mesh.h>
#include <CGAL/Properties.h>
#include <CGAL/Property_container.h>
#include <CGAL/Kernel_traits.h>
#include <CGAL/squared_distance_3.h>
#include <CGAL/number_utils.h>