this type represents a halfedge (internally it is basically an index) More...
#include <pmp/surface_mesh.h>
Inherits Handle.
Additional Inherited Members | |
Public Member Functions inherited from Handle | |
Handle (IndexType idx=PMP_MAX_INDEX) | |
default constructor with invalid index | |
IndexType | idx () const |
Get the underlying index of this handle. | |
void | reset () |
reset handle to be invalid (index=PMP_MAX_INDEX.) | |
bool | is_valid () const |
auto | operator<=> (const Handle &rhs) const =default |
are two handles equal? | |
this type represents a halfedge (internally it is basically an index)