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

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

Definition

This class represents a vertex of the seam mesh.

Implementation note: to properly duplicate vertices that are on seams, a vertex_descriptor is in fact represented as a halfedge of the seam mesh.

Is Model Of:

Descriptor

LessThanComparable

Hashable

Public Member Functions

 vertex_descriptor ()
 Default constructor
 
 vertex_descriptor (const halfedge_descriptor &h)
 Constructor from a seam mesh halfedge.