STAPL adaptor for the BGL vertex iterator.
More...
|
| bgl_vertex_iterator_adaptor (BaseIterator _iterator, BGLGraph *_graph) |
| Initializes an iterator adaptor with a given iterator and a pointer to a graph.
|
|
value_type | operator* () const |
| Returns the vertex reference this iterator points to.
|
|
|
typedef boost::property_map< BGLGraph, boost::vertex_name_t >::type::value_type | vertex_descriptor |
|
typedef bgl_vertex_reference< BaseIterator, BGLGraph > | value_type |
|
typedef boost::property_map< BGLGraph, boost::vertex_user_property_t >::type::value_type | property_type |
|
|
class | const_bgl_vertex_iterator_adaptor< BaseIterator, BGLGraph > |
|
template<typename BaseIterator, typename BGLGraph>
class stapl::sequential::bgl_vertex_iterator_adaptor< BaseIterator, BGLGraph >
STAPL adaptor for the BGL vertex iterator.
- Template Parameters
-
BaseIterator | The base vertex iterator. |
BGLGraph | Type of the boost graph. |
The documentation for this class was generated from the following file: