CGAL 4.6.1 - Approximation of Ridges and Umbilics on Triangulated Surface Meshes
|
#include <CGAL/Umbilics.h>
The class Umbilic
stores the description of an umbilic.
Operations
The insert operator <<
is overloaded for Umbilic
, it gives the location (3d coordinates of the vertex) and the type.
Umbilic_approximation
Types | |
typedef TriangulatedSurfaceMesh::Vertex_handle | Vertex_handle |
typedef TriangulatedSurfaceMesh::Halfedge_handle | Halfedge_handle |
Access Functions | |
Vertex_handle | vertex () const |
Umbilic_type | umbilic_type () const |
const std::list < Halfedge_handle > & | contour_list () const |