CGAL 4.8.1 - CGAL and the Boost Graph Library
|
#include <CGAL/boost/graph/iterator.h>
A bidirectional iterator with value type boost::graph_traits<Graph>::face_descriptor
.
It iterates over the same halfedges as the Halfedge_around_face_iterator
, and provides the face descriptor associated to the opposite halfedge. The face descriptor may be the null face, and it may be several times the same face descriptor.
Graph | must be a model of the concept HalfedgeGraph |
Public Member Functions | |
Face_around_face_iterator () | |
Face_around_face_iterator (halfedge_descriptor h, const Graph &g, int n=0) | |
Friends | |
class | boost::iterator_core_access |