CGAL 5.1.3 - CGAL and the Boost Graph Library
CGAL::Halfedge_around_target_circulator< Graph > Class Template Reference

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

Definition

A bidirectional circulator with value type boost::graph_traits<Graph>::halfedge_descriptor over all halfedges having the same vertex as target.

Let h be a halfedge of graph g. For a Halfedge_around_target_circulator havc with h = *havc; the following holds: opposite(next(h,g),g) == *++havc.

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