mirror of https://github.com/CGAL/cgal
Propagate name change (Plane_regularization -> regularize_planes)
This commit is contained in:
parent
cae23c7fe9
commit
e30e2e278f
|
|
@ -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
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue