mirror of https://github.com/CGAL/cgal
Add missing existing requirement for SLS' HDS halfedges
This commit is contained in:
parent
43f7fdf017
commit
07ce38a0f6
|
|
@ -44,10 +44,15 @@ StraightSkeletonHalfedge_2( int id );
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
The ID of the vertex
|
returns the ID of the halfedge
|
||||||
*/
|
*/
|
||||||
int id() const;
|
int id() const;
|
||||||
|
|
||||||
|
/*!
|
||||||
|
resets the ID of the halfedge to `aID`
|
||||||
|
*/
|
||||||
|
void reset_id ( int aID );
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
returns the weight of the halfedge
|
returns the weight of the halfedge
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue