|
CGAL 6.1.3 - CGAL and the Boost Graph Library
|
The concept HalfedgeListGraph refines the concept HalfedgeGraph and adds the requirements for traversal of all halfedges in the graph.
| boost::graph_traits<HalfedgeListGraph>::halfedge_iterator | A halfedge iterator (obtained via halfedges(g)) provides access to all of the halfedges in a graph. A halfedge iterator type must meet the requirements of MultiPassInputIterator. The value type of the halfedge iterator must be the same as the halfedge descriptor of the graph. |
HalfedgeGraph Related Symbols | |
(Note that these are not member symbols.) | |
| template<typename HalfedgeListGraph> | |
| std::pair< boost::graph_traits< HalfedgeListGraph >::halfedge_iterator, boost::graph_traits< HalfedgeListGraph >::halfedge_iterator > | halfedges (const HalfedgeListGraph &g) |
| returns an iterator range over all halfedges. | |
| template<typename HalfedgeListGraph> | |
| boost::graph_traits< HalfedgeListGraph >::halfedges_size_type | num_halfedges (const HalfedgeListGraph &g) |
| returns an upper bound of the number of halfedges of the graph. | |
|
returns an upper bound of the number of halfedges of the graph.
#include <Concepts/HalfedgeListGraph.h>
The concept HalfedgeListGraph refines the concept HalfedgeGraph and adds the requirements for traversal of all halfedges in the graph.
| boost::graph_traits<HalfedgeListGraph>::halfedge_iterator | A halfedge iterator (obtained via halfedges(g)) provides access to all of the halfedges in a graph. A halfedge iterator type must meet the requirements of MultiPassInputIterator. The value type of the halfedge iterator must be the same as the halfedge descriptor of the graph. |
HalfedgeGraph Related Symbols | |
(Note that these are not member symbols.) | |
| template<typename HalfedgeListGraph> | |
| std::pair< boost::graph_traits< HalfedgeListGraph >::halfedge_iterator, boost::graph_traits< HalfedgeListGraph >::halfedge_iterator > | halfedges (const HalfedgeListGraph &g) |
| returns an iterator range over all halfedges. | |
| template<typename HalfedgeListGraph> | |
| boost::graph_traits< HalfedgeListGraph >::halfedges_size_type | num_halfedges (const HalfedgeListGraph &g) |
| returns an upper bound of the number of halfedges of the graph. | |
|
returns an upper bound of the number of halfedges of the graph.