|
CGAL 6.2 - Meshing and Remeshing of Polygonal Meshes
|
#include <CGAL/Polygon_mesh_processing/triangulate_faces.h>
CGAL::Polygon_mesh_processing::Hole_filling::Default_visitor.
Default visitor for the function triangulate_polygons(), 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 Types | |
| using | face_descriptor = std::size_t |
| face id type, referring to the position of the polygon in the input range | |
| using | vertex_descriptor = std::size_t |
| vertex id type | |
Public Member Functions | |
| void | before_subface_creations (face_descriptor) |
| void | after_subface_created (face_descriptor) |
| void | after_subface_creations () |
| constexpr bool | accept_face (face_descriptor, vertex_descriptor, vertex_descriptor, vertex_descriptor) const |