-
a functor model of
SharpnessEstimator. See Sharpness Estimator for available functors. -
Default:
CGAL::Feature_graph::Sharpness_estimator::Sharpness_estimator_on_surface(surface)
|
CGAL 6.2 - Feature graph
|
#include <CGAL/Feature_graph/detect_sharp_features.h>
Functor for sharp feature detection in surfaces.
Public Member Functions | |
| template<typename Point_3 , typename PolygonMesh , typename NamedParameters = CGAL::parameters::Default_named_parameters> | |
| unspecified_type | operator() (const PolygonMesh &pmesh, const NamedParameters &np=parameters::default_values()) const |
| detects and constructs the feature graph from a surface | |
| unspecified_type CGAL::Feature_graph::Detect_sharp_features_on_surface::operator() | ( | const PolygonMesh & | pmesh, |
| const NamedParameters & | np = parameters::default_values() |
||
| ) | const |
detects and constructs the feature graph from a surface
The feature graph has polylines that lie on the sharp features of the surface.
| Point_3 | a model of Kernel::Point_3. It defines the feature graph point type. |
| PolygonMesh | a model of FaceListGraph that represents a surface mesh. |
| pmesh | a polygon mesh from where the sharp features are extracted. | ||||||||||
| np | an optional sequence of Named Parameters among the ones listed below:
|
VertexAndEdgeListGraph containing the constructed features.