|
CGAL 4.4 - 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. | |
| Halfedge_const_handle | next () const |
| the next halfedge around the facet. | |
| Halfedge_const_handle | prev () const |
| the previous halfedge around the facet. | |
| bool | is_border_edge () const |
is true if halfedge or halfedge.opposite() is a border halfedge. | |
| Vertex_const_handle | vertex () const |
the incident vertex of halfedge. | |
| 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.