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

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

Definition

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

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

It iterates over the same halfedges as the Halfedge_around_target_iterator.

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