CGAL 5.2.2 - 3D Mesh Generation
|
Enumerations | |
enum | CGAL::Mesh_facet_topology { CGAL::FACET_VERTICES_ON_SURFACE = 1, CGAL::FACET_VERTICES_ON_SAME_SURFACE_PATCH, CGAL::FACET_VERTICES_ON_SAME_SURFACE_PATCH_WITH_ADJACENCY_CHECK } |
The enum Mesh_facet_topology is designed to tell which constraints have to be checked on each surface facet during the mesh refinement process. More... | |
#include <CGAL/Mesh_facet_topology.h>
The enum Mesh_facet_topology
is designed to tell which constraints have to be checked on each surface facet during the mesh refinement process.
CGAL::Mesh_criteria_3<Tr>
, CGAL::Mesh_facet_criteria_3<Tr>
.