STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Friends
stapl::sequential::bgl_vertex_iterator_adaptor< BaseIterator, BGLGraph > Class Template Reference

STAPL adaptor for the BGL vertex iterator. More...

Public Member Functions

 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.
 

Public Types

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
 

Friends

class const_bgl_vertex_iterator_adaptor< BaseIterator, BGLGraph >
 

Detailed Description

template<typename BaseIterator, typename BGLGraph>
class stapl::sequential::bgl_vertex_iterator_adaptor< BaseIterator, BGLGraph >

STAPL adaptor for the BGL vertex iterator.

Template Parameters
BaseIteratorThe base vertex iterator.
BGLGraphType of the boost graph.

The documentation for this class was generated from the following file: