Add missing existing requirement for SLS' HDS halfedges

This commit is contained in:
Mael Rouxel-Labbé 2023-02-14 10:03:30 +01:00
parent 43f7fdf017
commit 07ce38a0f6
1 changed files with 6 additions and 1 deletions

View File

@ -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
*/