CGAL::compute_crest_ridges

Definition

The function compute_crest_ridges is a short cut to the method of the same name of the class Ridge_approximation.

#include <CGAL/Ridges.h>

template < class TriangulatedSurfaceMesh, class Vertex2FTPropertyMap, class Vertex2VectorPropertyMap, class OutputIterator>
OutputIterator
compute_crest_ridges ( TriangulatedSurfaceMesh P,
Vertex2FTPropertyMap vertex2k1_pm,
Vertex2FTPropertyMap vertex2k2_pm,
Vertex2FTPropertyMap vertex2b0_pm,
Vertex2FTPropertyMap vertex2b3_pm,
Vertex2VectorPropertyMap vertex2d1_pm,
Vertex2VectorPropertyMap vertex2d2_pm,
Vertex2FTPropertyMap vertex2P1_pm,
Vertex2FTPropertyMap vertex2P2_pm,
OutputIterator it,
CGAL::Ridge_order order = CGAL::Ridge_order_3)

See Also

Ridge_approximation