|
CGAL 4.11.2 - CGAL and the Boost Graph Library
|
The concept FaceGraph refines the concept HalfedgeGraph. It adds the requirements for a graph to explicitly maintain faces described by halfedges, to provide access from a face to an incident halfedge, and to provide access from a halfedge to its incident face.
Related Functions | |
(Note that these are not member functions.) | |
| template<typename FaceGraph > | |
| boost::graph_traits< FaceGraph > ::face_descriptor | face (boost::graph_traits< FaceGraph >::halfedge_descriptor h, const FaceGraph &g) |
| template<typename FaceGraph > | |
| boost::graph_traits< FaceGraph > ::halfedge_descriptor | halfedge (boost::graph_traits< FaceGraph >::face_descriptor f, const FaceGraph &g) |
| template<typename FaceGraph > | |
| boost::graph_traits< FaceGraph > ::degree_size_type | degree (boost::graph_traits< FaceGraph >::face_descriptor f, const FaceGraph &g) |
| template<typename FaceGraph > | |
| boost::graph_traits< FaceGraph > ::face_descriptor | null_face (const FaceGraph &g) |
|
related |
returns the number of halfedges incident to face f.
|
related |
returns the face incident to halfedge h.
|
related |
returns the halfedge incident to face f.