CGAL 5.2.2 - CGAL and the Boost Graph Library
|
#include <CGAL/boost/graph/Seam_mesh.h>
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.
Public Member Functions | |
vertex_descriptor () | |
Default constructor | |
vertex_descriptor (const halfedge_descriptor &h) | |
Constructor from a seam mesh halfedge. | |