CGAL 5.6.1 - Polygon Mesh Processing
CGAL::Polygon_mesh_processing::Triangulate_polygons::Default_visitor Struct Reference

#include <CGAL/Polygon_mesh_processing/triangulate_faces.h>

Inherits from

CGAL::Polygon_mesh_processing::Hole_filling::Default_visitor.

Definition

Default new polygon visitor model of PMPTriangulateFaceVisitor.

All 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.

Public Member Functions

template<typename Polygon >
void before_subface_creations (const Polygon &)
 
template<typename Polygon >
void after_subface_created (const Polygon &)
 
void after_subface_creations ()