|
CGAL 5.1 - 3D Mesh Generation
|
#include <Concepts/MeshCriteriaWithFeatures_3.h>
The concept MeshCriteriaWithFeatures_3 refines the concept MeshCriteria_3. The concept MeshCriteria_3 encapsulates the concepts MeshCellCriteria_3 and MeshFacetCriteria_3 describing the refinement criteria for, respectively, mesh cells and surface facets. For domains with features, the concept MeshCriteriaWithFeatures_3 additionnally encapsulates the concept MeshEdgeCriteria_3, that describes the requirements, in terms of sizing, for the discretization of the domain \( 1\)-dimensional features.
Types | |
| typedef unspecified_type | Edge_criteria |
| Functor that describes the criteria for the mesh edges that discretize the input domain 1-dimensional features. More... | |
Access Functions | |
| Edge_criteria | edge_criteria_object () |
| Returns the edge criteria. More... | |
| typedef unspecified_type MeshCriteriaWithFeatures_3::Edge_criteria |
Functor that describes the criteria for the mesh edges that discretize the input domain 1-dimensional features.
This type must be a model of the concept MeshEdgeCriteria_3.
| Edge_criteria MeshCriteriaWithFeatures_3::edge_criteria_object | ( | ) |
Returns the edge criteria.