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>::vertex_descriptor
over all vertices incident to the same face or border.
Graph | must be a model of the concept HalfedgeGraph |
Public Member Functions | |
Vertex_around_face_iterator () | |
Vertex_around_face_iterator (halfedge_descriptor h, const Graph &g, int n=0) | |