mirror of https://github.com/CGAL/cgal
Rename Properties.h for clarity
This commit is contained in:
parent
07c671e6e9
commit
2d8f7d483d
|
|
@ -20,7 +20,7 @@
|
||||||
#include <CGAL/Orthtree/Traversal_iterator.h>
|
#include <CGAL/Orthtree/Traversal_iterator.h>
|
||||||
#include <CGAL/Orthtree/IO.h>
|
#include <CGAL/Orthtree/IO.h>
|
||||||
|
|
||||||
#include <CGAL/Properties.h>
|
#include <CGAL/Property_container.h>
|
||||||
#include <CGAL/property_map.h>
|
#include <CGAL/property_map.h>
|
||||||
#include <CGAL/intersections.h>
|
#include <CGAL/intersections.h>
|
||||||
#include <CGAL/squared_distance_3.h>
|
#include <CGAL/squared_distance_3.h>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
#include <typeindex>
|
#include <typeindex>
|
||||||
|
|
||||||
#include <CGAL/Properties.h>
|
#include <CGAL/Property_container.h>
|
||||||
|
|
||||||
#include <CGAL/Point_set_3/IO.h>
|
#include <CGAL/Point_set_3/IO.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
#include <CGAL/Properties.h>
|
#include <CGAL/Property_container.h>
|
||||||
|
|
||||||
using namespace CGAL::Properties;
|
using namespace CGAL::Properties;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#include <CGAL/Surface_mesh/IO.h>
|
#include <CGAL/Surface_mesh/IO.h>
|
||||||
#include <CGAL/Surface_mesh/Surface_mesh_fwd.h>
|
#include <CGAL/Surface_mesh/Surface_mesh_fwd.h>
|
||||||
#include <CGAL/Properties.h>
|
#include <CGAL/Property_container.h>
|
||||||
|
|
||||||
#include <CGAL/assertions.h>
|
#include <CGAL/assertions.h>
|
||||||
#include <CGAL/boost/graph/copy_face_graph.h>
|
#include <CGAL/boost/graph/copy_face_graph.h>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#include <CGAL/assertions.h>
|
#include <CGAL/assertions.h>
|
||||||
#include <CGAL/Surface_mesh.h>
|
#include <CGAL/Surface_mesh.h>
|
||||||
#include <CGAL/Properties.h>
|
#include <CGAL/Property_container.h>
|
||||||
#include <CGAL/Kernel_traits.h>
|
#include <CGAL/Kernel_traits.h>
|
||||||
#include <CGAL/squared_distance_3.h>
|
#include <CGAL/squared_distance_3.h>
|
||||||
#include <CGAL/number_utils.h>
|
#include <CGAL/number_utils.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue