CGAL 5.5.2 - CGAL and the Boost Graph Library
|
#include <CGAL/boost/graph/Seam_mesh.h>
This class represents a halfedge of the seam mesh.
Implementation note: a halfedge of the seam mesh is represented as a halfedge of the mesh and a boolean to indicate whether the halfedge is on a seam or not.
Public Member Functions | |
halfedge_descriptor () | |
Default constructor | |
halfedge_descriptor (TM_halfedge_descriptor tmhd, bool seam=false) | |
Constructor from a halfedge of the underlying mesh. | |