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