\( \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.14 - Polygon Mesh Processing
CGAL::Polygon_mesh_processing::Corefinement::Default_visitor< TriangleMesh > Struct Template Reference

#include <CGAL/Polygon_mesh_processing/corefinement.h>

Definition

Default new-face visitor model of PMPCorefinementVisitor.

All of its functions have an empty body. This class can be used as a base class if only some of the functions of the concept require to be overridden.