Loading [MathJax]/jax/output/HTML-CSS/jax.js
CGAL 4.4 - Approximation of Ridges and Umbilics on Triangulated Surface Meshes
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Ridge_line< TriangulatedSurfaceMesh > Class Template Reference

#include <CGAL/Ridges.h>

Definition

The class Ridge_line stores the description of a ridge line.

The list of halfedges defines a connected sequence of edges (but not as oriented halfedges). The scalar b paired with a halfedge pq is the barycentric coordinate of the crossing point r with the ridge: r=b×p+(1b)×q.

See Also
Ridge_approximation

Types

typedef
TriangulatedSurfaceMesh::Traits::FT 
FT
 
typedef
TriangulatedSurfaceMesh::Halfedge_handle 
Halfedge_handle
 
typedef std::pair
< Halfedge_handle, FT
Ridge_halfhedge
 A halfedge crossed by a ridge is paired with the barycentric coordinate of the crossing point.
 

Creation

 Ridge_line ()
 default constructor.
 

Access Functions

Ridge_type line_type () const
 
FT strength () const
 
FT sharpness () const
 
const std::list
< Ridge_halfhedge > * 
line () const
 
template<typename TriangulatedSurfaceMesh >
std::ostream & operator<< (std::ostream &o, const Ridge_line< TriangulatedSurfaceMesh > &)
 Writes the line type, strength, sharpness and coordinates of the points of the polyline to o.