CGAL 6.0 - 3D Surface Mesh Generation
Loading...
Searching...
No Matches
CGAL::Non_manifold_tag Struct Reference

#include <CGAL/make_surface_mesh.h>

Definition

The class Non_manifold_tag is a tag class used to monitor the surface meshing algorithm.

When instantiated with the tag Non_manifold_tag the function template make_surface_mesh() does not ensure that the output mesh is a manifold surface. The manifold property of output mesh may nevertheless result from the choice of appropriate meshing criteria.

See also
make_surface_mesh()
Manifold_tag
Manifold_with_boundary_tag
Examples
Surface_mesher/mesh_an_implicit_function.cpp.