CGAL::Surface_mesh_default_criteria_3<Tr>

Definition

The class Surface_mesh_default_criteria_3<Tr> implements the most commonly used combination of meshing criteria. It involves mainly three criteria which are in order:

#include <CGAL/Surface_mesh_default_criteria_3.h>

Is Model for the Concepts

SurfaceMeshFacetsCriteria_3

Types

typedef Tr::FT FT; The numerical type.

Creation

Surface_mesh_default_criteria_3<Tr> criteria ( FT angle_bound, FT radius_bound, FT distance_bound);
Returns a Surface_mesh_default_criteria_3<Tr> with angle_bound, radius_bound, distance_bound as bounds for the minimum facet angle in degrees, the radius of the surface Delaunay balls and the center-center distances respectively.

See Also

make_surface_mesh