Propagate name change (Plane_regularization -> regularize_planes)

This commit is contained in:
Simon Giraudot 2016-03-14 09:06:45 +01:00
parent cae23c7fe9
commit e30e2e278f
2 changed files with 5 additions and 5 deletions

View File

@ -21,13 +21,13 @@
/** /**
* \ingroup PkgPointSetShapeDetection3 * \ingroup PkgPointSetShapeDetection3
* \file CGAL/Plane_regularization.h * \file CGAL/regularize_planes.h
* *
*/ */
#ifndef CGAL_PLANE_REGULARIZATION_H #ifndef CGAL_REGULARIZE_PLANES_H
#define CGAL_PLANE_REGULARIZATION_H #define CGAL_REGULARIZE_PLANES_H
#include <CGAL/Shape_detection_3.h> #include <CGAL/Shape_detection_3.h>
#include <CGAL/centroid.h> #include <CGAL/centroid.h>
@ -745,4 +745,4 @@ void regularize_planes (RandomAccessIterator input_begin,
} // namespace CGAL } // namespace CGAL
#endif // CGAL_PLANE_REGULARIZATION_H #endif // CGAL_REGULARIZE_PLANES_H

View File

@ -5,7 +5,7 @@
#include <CGAL/Simple_cartesian.h> #include <CGAL/Simple_cartesian.h>
#include <CGAL/Shape_detection_3.h> #include <CGAL/Shape_detection_3.h>
#include <CGAL/Plane_regularization.h> #include <CGAL/regularize_planes.h>
#include <CGAL/Point_with_normal_3.h> #include <CGAL/Point_with_normal_3.h>
#include <CGAL/property_map.h> #include <CGAL/property_map.h>