CGAL 4.7 - Polygon Mesh Processing
|
Functions | |
template<typename PolygonMesh > | |
void | CGAL::Polygon_mesh_processing::reverse_face_orientations (PolygonMesh &pmesh) |
reverses for each face the order of the vertices along the face boundary. More... | |
template<typename PolygonMesh , typename FaceRange > | |
void | CGAL::Polygon_mesh_processing::reverse_face_orientations (const FaceRange &face_range, PolygonMesh &pmesh) |
reverses for each face in face_range the order of the vertices along the face boundary. More... | |
void CGAL::Polygon_mesh_processing::reverse_face_orientations | ( | PolygonMesh & | pmesh) |
reverses for each face the order of the vertices along the face boundary.
PolygonMesh | a model of FaceListGraph |
#include <CGAL/Polygon_mesh_processing/orientation.h>
void CGAL::Polygon_mesh_processing::reverse_face_orientations | ( | const FaceRange & | face_range, |
PolygonMesh & | pmesh | ||
) |
reverses for each face in face_range
the order of the vertices along the face boundary.
The function does not perform any control and if the orientation change of the faces makes the polygon mesh invalid, the behavior is undefined.
PolygonMesh | a model of FaceListGraph |
FaceRange | range of face descriptors, model of Range . Its iterator type is InputIterator . |
#include <CGAL/Polygon_mesh_processing/orientation.h>