CGAL::Mesh_criteria_3<Tr>

Definition

The class Mesh_criteria_3<Tr> is a model of MeshCriteria_3. It gathers the criteria for facets in the boundary surface meshes and for mesh tetrahedra.

#include <CGAL/Mesh_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

MeshCriteria_3

Types

typedef Mesh_facet_criteria_3<Tr> Facet_criteria; The criteria for facets.
typedef Mesh_cell_criteria_3<Tr> Cell_criteria; The criteria for cells.

Creation

Mesh_criteria_3<Tr> mc ( Facet_criteria facet_criteria, Cell_criteria cell_criteria);
Construction from facet and cell criteria.

See Also

MeshCriteria_3
MeshCellCriteria_3
MeshFacetCriteria_3
Mesh_cell_criteria_3<Tr>
Mesh_facet_criteria_3<Tr>