CGAL 4.4 - 3D Surface Mesh Generation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Manifold_tag Class Reference

#include <CGAL/make_surface_mesh.h>

Definition

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

When instantiated with the tag Manifold_tag the function template make_surface_mesh() ensures that the output mesh is a manifold surface without boundary.

See Also
make_surface_mesh()
Manifold_with_boundary_tag
Non_manifold_tag
Examples:
Surface_mesher/mesh_a_3d_gray_image.cpp, and Surface_mesher/polyhedron_remesher.cpp.