|
CGAL 6.3 - CGAL and the Boost Graph Library
|
Concept from the Boost Graph Library. See https://www.boost.org/libs/graph/doc/VertexListGraph.html.
The concept VertexListGraph refines the concept Graph and adds the requirement for traversal of all vertices in a graph.
GraphRelated Symbols | |
(Note that these are not member symbols.) | |
| template<typename VertexListGraph> | |
| std::pair< boost::graph_traits< VertexListGraph >::vertex_iterator, boost::graph_traits< VertexListGraph >::vertex_iterator > | vertices (const VertexListGraph &g) |
| returns an iterator range over all vertices. | |
| template<typename VertexListGraph> | |
| boost::graph_traits< VertexListGraph >::vertices_size_type | num_vertices (const VertexListGraph &g) |
| returns an upper bound of the number of vertices of the graph. | |
|
returns an upper bound of the number of vertices of the graph.