CGAL 4.5.1 - CGAL and the Boost Graph Library
|
#include <CGAL/boost/graph/iterator.h>
A bidirectional circulator with value type boost::graph_traits<Graph>::face_descriptor
over all faces adjacent to the same face.
It circulates over the same halfedges as the Halfedge_around_face_circulator
.
Graph | must be a model of the concept HalfedgeGraph |