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

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

Definition

A bidirectional circulator with value type boost::graph_traits<Graph>::vertex_descriptor over all vertices adjacent to the same vertex.

It circulates over the same halfedges as the Halfedge_around_target_circulator.

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