Function

CGAL::parameters::features

Definition

The function parameters::features provides a value of internal type Features to specify if 0 and 1-dimensional features have to be taken into account. The provided value is a default value that triggers the representation of corners and curve segments in the mesh when the domain is a model of MeshDomainWithFeatures_3.

#include <CGAL/refine_mesh_3.h>

template <class MeshDomain_3>
Features parameters::features ( MeshDomain_3 domain)
Provides a Features value such that 0 and 1-dimensional input features are taken into account if domain is a model of the refined concept MeshDomainWithFeatures_3.

Parameters

The template parameter MeshDomain_3 is required to be a model of MeshDomain_3 or MeshDomainWithFeatures_3.

See Also

CGAL::make_mesh_3,
CGAL::refine_mesh_3,
CGAL::parameters::no_features.