CGAL 5.6.1 - Polygon Mesh Processing
CGAL::Polygon_mesh_processing::Triangulate_faces::Default_visitor< PolygonMesh > Struct Template Reference

#include <CGAL/Polygon_mesh_processing/triangulate_faces.h>

Inherits from

CGAL::Polygon_mesh_processing::Hole_filling::Default_visitor.

Definition

Default new face 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.

Examples:
Polygon_mesh_processing/triangulate_faces_split_visitor_example.cpp.

Public Types

typedef boost::graph_traits< PolygonMesh > GT
 
typedef GT::face_descriptor face_descriptor
 

Public Member Functions

void before_subface_creations (face_descriptor)
 
void after_subface_creations ()
 
void after_subface_created (face_descriptor)