|
CGAL 4.7 - CGAL and the Boost Graph Library
|
#include <CGAL/boost/graph/iterator.h>
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.
| Graph | must be a model of the concept HalfedgeGraph |
Public Member Functions | |
| Vertex_around_target_circulator () | |
| Vertex_around_target_circulator (halfedge_descriptor h, const Graph &g) | |
| CGAL::Vertex_around_target_circulator< Graph >::Vertex_around_target_circulator | ( | ) |
| CGAL::Vertex_around_target_circulator< Graph >::Vertex_around_target_circulator | ( | halfedge_descriptor | h, |
| const Graph & | g | ||
| ) |