#include <CGAL/Polygon_mesh_processing/orient_polygon_soup.h>
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.
|
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 > &) |
|