CGAL 5.4 - CGAL and the Boost Graph Library
CGAL::Seam_mesh< TM, SEM, SVM >::halfedge_descriptor Class Reference

#include <CGAL/boost/graph/Seam_mesh.h>

Definition

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.

Is Model Of:

Descriptor

LessThanComparable

Hashable

Public Member Functions

 halfedge_descriptor ()
 Default constructor
 
 halfedge_descriptor (TM_halfedge_descriptor tmhd, bool seam=false)
 Constructor from a halfedge of the underlying mesh.