The concept HalfedgeListGraph
refines the concept HalfedgeGraph
and adds the requirements for traversal of all halfedges in the graph.
- Associated Types
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.
|
- Refines:
HalfedgeGraph
- Has Models:
- See Boost Graph Traits Specializations
- See also
- Graph Concepts