The class Ridge_line<TriangulatedSurfaceMesh> stores the description of a ridge line. The list of halfedges defines a connected sequence of edges (but not as oriented halfedges). The scalar paired with a halfedge is the barycentric coordinate of the crossing point with the ridge : .
#include <CGAL/Ridges.h>
| ||
|
||
| ||
|
||
| ||
| A halfedge crossed by a ridge is paired with the barycentric coordinate of the crossing point. |
| |
default constructor.
|
|
|
|
|
|
|
|
|
|
|
|
The opertor is overloaded for this class and returns the line type, strength, sharpness and coordinates of the points of the polyline.