CGAL 5.6.1 - CGAL and the Boost Graph Library
CGAL::Vertex_around_face_iterator< Graph > Class Template Reference

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

Definition

A bidirectional iterator with value type boost::graph_traits<Graph>::vertex_descriptor over all vertices incident to the same face or border.

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