From 07ce38a0f63b426cceea3335cf2f7aea6ba2afe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 14 Feb 2023 10:03:30 +0100 Subject: [PATCH] Add missing existing requirement for SLS' HDS halfedges --- .../Concepts/StraightSkeletonHalfedge_2.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Straight_skeleton_2/doc/Straight_skeleton_2/Concepts/StraightSkeletonHalfedge_2.h b/Straight_skeleton_2/doc/Straight_skeleton_2/Concepts/StraightSkeletonHalfedge_2.h index 7c1854eaf65..6e7b7e902da 100644 --- a/Straight_skeleton_2/doc/Straight_skeleton_2/Concepts/StraightSkeletonHalfedge_2.h +++ b/Straight_skeleton_2/doc/Straight_skeleton_2/Concepts/StraightSkeletonHalfedge_2.h @@ -44,10 +44,15 @@ StraightSkeletonHalfedge_2( int id ); /// @{ /*! -The ID of the vertex +returns the ID of the halfedge */ int id() const; +/*! +resets the ID of the halfedge to `aID` +*/ +void reset_id ( int aID ); + /*! returns the weight of the halfedge */