CGAL 5.2.2 - Approximation of Ridges and Umbilics on Triangulated Surface Meshes
|
#include <CGAL/Umbilics.h>
The class Umbilic
stores the description of an umbilic.
Umbilic_approximation
Related Functions | |
(Note that these are not member functions.) | |
template<typename TriangleMesh > | |
std::ostream & | operator<< (std::ostream &os, const Umbilic< TriangleMesh > &u) |
Types | |
typedef boost::graph_traits< TriangleMesh >::vertex_descriptor | vertex_descriptor |
typedef TriangleMesh::halfedge_descriptor | halfedge_descriptor |
Access Functions | |
vertex_descriptor | vertex () const |
Umbilic_type | umbilic_type () const |
const std::list< halfedge_descriptor > & | contour_list () const |
|
related |
Writes the location and the umbilic type to os
.