CGAL 6.0 - CGAL and the Boost Graph Library
Loading...
Searching...
No Matches
CGAL::Face_around_target_circulator< Graph > Class Template Reference

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

Definition

template<typename Graph>
class CGAL::Face_around_target_circulator< Graph >

A bidirectional circulator with value type boost::graph_traits<Graph>::face_descriptor over all faces incident 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