Polygon Mesh Processing Library
Loading...
Searching...
No Matches
Edge Class Reference

this type represents an edge (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?
 

Detailed Description

this type represents an edge (internally it is basically an index)