CGAL 4.8.1 - CGAL and the Boost Graph Library
|
#include <CGAL/boost/graph/iterator.h>
iterator_adaptor< Out_edge_iterator< Graph >, Halfedge_around_target_iterator< Graph >, boost::graph_traits< Graph >::edge_descriptor, std::bidirectional_iterator_tag, boost::graph_traits< Graph >::edge_descriptor >.
Public Types | |
typedef void(Out_edge_iterator::* | bool_type )() const |
Public Member Functions | |
Out_edge_iterator () | |
Out_edge_iterator (halfedge_descriptor h, const Graph &g, int n=0) | |
void | this_type_does_not_support_comparisons () const |
operator bool_type () const | |
Friends | |
class | boost::iterator_core_access |