CGAL::Mesh_facet_criteria_3<Tr>

Definition

The class Mesh_facet_criteria_3<Tr> is a model of MeshFacetCriteria_3. It provides a uniform bound for the size criterion and/or for the shape criterion s and/or for thw approximation error criterion.

#include <CGAL/Mesh_facet_criteria_3.h>

Parameters

The parameter Tr must be identical to the nested type Triangulation of the instance used as model of MeshComplex_3InTriangulation_3.

Is Model for the Concepts

MeshFacetCriteria_3

Types

typedef Tr::FT FT; Numerical type

Creation

Mesh_facet_criteria_3<Tr> mfc ( FT angle_bound, FT radius_bound, FT distance_bound);
Returns an object to serve as default criteria for facets. The argument angle_bound is the lower bound for the angle in degrees of the surface mesh facets. The argument radius_bound is a uniform upper bound for the radius of the surface Delaunay balls. The argument distance_bound is an upper bound for the center-center distances of the surface mesh facets. See section 47.1.0.2 for further details.

See Also

MeshCriteria_3
MeshFacetCriteria_3
Mesh_criteria_3<Tr>
make_mesh_3