|
CGAL 4.7 - 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 |
| typedef TriangulatedSurfaceMesh::Halfedge_handle CGAL::Umbilic< TriangulatedSurfaceMesh >::Halfedge_handle |
| typedef TriangulatedSurfaceMesh::Vertex_handle CGAL::Umbilic< TriangulatedSurfaceMesh >::Vertex_handle |
| const std::list<Halfedge_handle>& CGAL::Umbilic< TriangulatedSurfaceMesh >::contour_list | ( | ) | const |
| Umbilic_type CGAL::Umbilic< TriangulatedSurfaceMesh >::umbilic_type | ( | ) | const |
| Vertex_handle CGAL::Umbilic< TriangulatedSurfaceMesh >::vertex | ( | ) | const |