mirror of https://github.com/CGAL/cgal
remark on the change from void to bool in the concept
This commit is contained in:
parent
3263e54a3a
commit
e3c6ff7c2f
|
|
@ -65,4 +65,17 @@ public:
|
|||
const std::vector<std::size_t>& indices) {
|
||||
|
||||
}
|
||||
|
||||
/*!
|
||||
enables to update any information that is maintained with the region
|
||||
represented by `indices`.
|
||||
|
||||
\deprecated This is deprecated function that was used in all versions before \cgal 5.4.
|
||||
The change from `void` in the old version to `bool` in the new version affects
|
||||
only user-defined region types.
|
||||
*/
|
||||
void update(
|
||||
const std::vector<std::size_t>& indices) {
|
||||
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -59,11 +59,6 @@ Property maps that can be used with the `CGAL::Shape_detection::Efficient_RANSAC
|
|||
|
||||
\addtogroup PkgShapeDetectionRANSAC
|
||||
|
||||
\defgroup PkgShapeDetectionDEPR Deprecated
|
||||
\ingroup PkgShapeDetectionRef
|
||||
|
||||
Deprecated components.
|
||||
|
||||
\addtogroup PkgShapeDetectionRef
|
||||
|
||||
\cgalPkgDescriptionBegin{Shape Detection, PkgShapeDetection}
|
||||
|
|
|
|||
Loading…
Reference in New Issue