CGAL::Umbilic<TriangulatedSurfaceMesh>

Definition

The class Umbilic<TriangulatedSurfaceMesh> stores the description of an umbilic.

#include <CGAL/Umbilics.h>

Types

typedef typename TriangulatedSurfaceMesh::Vertex_handle
Vertex_handle;
typedef typename TriangulatedSurfaceMesh::Halfedge_handle
Halfedge_handle;

Creation

Access Functions

const Vertex_handle umbilic.vertex ()

const Umbilic_type umbilic.umbilic_type ()

std::list<Halfedge_handle> umbilic.contour_list ()

Operations

The usual insert operator (<<) is overloaded for Umbilic, it gives the location (3d coordinates of the vertex) and the type.

See Also

Umbilic_approximation