|
CGAL 4.7 - Approximation of Ridges and Umbilics on Triangulated Surface Meshes
|
Opaque type representing a halfedge of the TriangulatedSurfaceMesh .
Public Member Functions | |
| Halfedge_const_handle | opposite () const |
| the opposite halfedge. More... | |
| Halfedge_const_handle | next () const |
| the next halfedge around the facet. More... | |
| Halfedge_const_handle | prev () const |
| the previous halfedge around the facet. More... | |
| bool | is_border_edge () const |
is true if halfedge or halfedge.opposite() is a border halfedge. More... | |
| Vertex_const_handle | vertex () const |
the incident vertex of halfedge. More... | |
| Facet_const_handle | facet () const |
the incident facet of halfedge. More... | |
| Facet_const_handle TriangulatedSurfaceMesh::Halfedge::facet | ( | ) | const |
the incident facet of halfedge.
If halfedge is a border halfedge the result is default construction of the handle.
| bool TriangulatedSurfaceMesh::Halfedge::is_border_edge | ( | ) | const |
is true if halfedge or halfedge.opposite() is a border halfedge.
| Halfedge_const_handle TriangulatedSurfaceMesh::Halfedge::next | ( | ) | const |
the next halfedge around the facet.
| Halfedge_const_handle TriangulatedSurfaceMesh::Halfedge::opposite | ( | ) | const |
the opposite halfedge.
| Halfedge_const_handle TriangulatedSurfaceMesh::Halfedge::prev | ( | ) | const |
the previous halfedge around the facet.
| Vertex_const_handle TriangulatedSurfaceMesh::Halfedge::vertex | ( | ) | const |
the incident vertex of halfedge.