CGAL 5.6.1 - Polygon Mesh Processing

Concepts

conceptPMPCorefinementVisitor
 The concept PMPCorefinementVisitor defines the requirements for the visitor used in corefinement-related functions to track the creation of new faces and new edges. More...
 
conceptPMPDistanceTraits
 The concept PMPDistanceTraits is a refinement of the concepts AABBGeomTraits and SpatialSortingTraits_3. In addition to the types required by those concepts, it also requires types and functors needed by the functions approximate_max_distance_to_point_set(), sample_triangle_mesh(), approximate_Hausdorff_distance() and max_distance_to_triangle_mesh() More...
 
conceptPMPHolefillingVisitor
 The concept PMPHolefillingVisitor defines the requirements for the visitor used in hole-filling-related functions . The hole filling may use a 2D constrained triangulation for almost planar holes (planar phase). If that is not appropriate or fails it may use an algorithm with a quadratic running time relying on the 3D Delaunay triangulation (quadratic phase). If that fails, it uses an algorithm with cubic running time (cubic phase). More...
 
conceptPMPPolygonSoupOrientationVisitor
 The concept PMPPolygonSoupOrientationVisitor defines the requirements for the visitor used in CGAL::Polygon_mesh_processing::orient_polygon_soup() to track the detection of non-manifold simplices and the modifications performed to polygons during the orientation process. More...
 
conceptPMPSelfIntersectionTraits
 Geometric traits concept for the functions CGAL::self_intersections() and CGAL::does_self_intersect(). More...
 
conceptPMPTriangulateFaceVisitor
 The concept PMPTriangulateFaceVisitor defines the requirements for the visitor used in triangulation-related functions to track the creation of new faces. More...