CGAL 5.3 - CGAL and the Boost Graph Library
CGAL::Face_around_face_circulator< Graph > Class Template Reference

#include <CGAL/boost/graph/iterator.h>

Definition

A bidirectional circulator with value type boost::graph_traits<Graph>::face_descriptor.

It circulates over the same halfedges as the Halfedge_around_face_circulator, 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.

Template Parameters
Graphmust be a model of the concept HalfedgeGraph
Is Model Of:
BidirectionalCirculator