\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12.1 - 3D Surface Mesh Generation
CGAL::Manifold_with_boundary_tag Struct Reference

#include <CGAL/make_surface_mesh.h>

Definition

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

When instantiated with the tag Manifold_with_boundary_tag, the function template make_surface_mesh() ensures that the output mesh is a manifold surface but it may have boundaries.

See also
make_surface_mesh()
Manifold_tag
Non_manifold_tag