CGAL 5.5 - Polygon Mesh Processing
CGAL::Polygon_mesh_processing::Default_orientation_visitor Struct Reference

#include <CGAL/Polygon_mesh_processing/orient_polygon_soup.h>

Definition

Default visitor model of PMPPolygonSoupOrientationVisitor.

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.

Examples:
Polygon_mesh_processing/orient_polygon_soup_example.cpp.

Public Member Functions

void non_manifold_edge (std::size_t, std::size_t, std::size_t)
 
void non_manifold_vertex (std::size_t, std::size_t)
 
void duplicated_vertex (std::size_t, std::size_t)
 
void vertex_id_in_polygon_replaced (std::size_t, std::size_t, std::size_t)
 
void polygon_orientation_reversed (std::size_t)
 
void link_connected_polygons (std::size_t, const std::vector< std::size_t > &)