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

BGL edge reference wrapper. More...

Public Member Functions

 const_bgl_edge_reference (BaseReference _ref, const BGLGraph *_graph)
 
edge_descriptor descriptor () const
 Returns the edge descriptor of this edge. More...
 
vertex_descriptor source (void) const
 Returns the source vertex of this edge. More...
 
vertex_descriptor target (void) const
 Returns the target vertex of this edge. More...
 
size_t id () const
 Returns the ID of this edge. More...
 
const edge_property & property ()
 Returns a reference to the edge property. More...
 

Public Types

typedef boost::property_map< BGLGraph, boost::vertex_name_t >::type::value_type vertex_descriptor
 
typedef bgl_edge_descriptor_adaptor< BGLGraph > edge_descriptor
 
typedef boost::property_map< BGLGraph, boost::edge_weight_t >::type::value_type edge_property
 

Detailed Description

template<class BaseReference, class BGLGraph>
class stapl::sequential::const_bgl_edge_reference< BaseReference, BGLGraph >

BGL edge reference wrapper.

Template Parameters
BaseReferenceType of the BGL edge.
BGLGraphType of the boost graph.

Constructor & Destructor Documentation

◆ const_bgl_edge_reference()

template<class BaseReference , class BGLGraph >
stapl::sequential::const_bgl_edge_reference< BaseReference, BGLGraph >::const_bgl_edge_reference ( BaseReference  _ref,
const BGLGraph *  _graph 
)

Member Function Documentation

◆ descriptor()

template<class BaseReference , class BGLGraph >
edge_descriptor stapl::sequential::const_bgl_edge_reference< BaseReference, BGLGraph >::descriptor ( void  ) const

Returns the edge descriptor of this edge.

◆ source()

template<class BaseReference , class BGLGraph >
vertex_descriptor stapl::sequential::const_bgl_edge_reference< BaseReference, BGLGraph >::source ( void  ) const

Returns the source vertex of this edge.

◆ target()

template<class BaseReference , class BGLGraph >
vertex_descriptor stapl::sequential::const_bgl_edge_reference< BaseReference, BGLGraph >::target ( void  ) const

Returns the target vertex of this edge.

◆ id()

template<class BaseReference , class BGLGraph >
size_t stapl::sequential::const_bgl_edge_reference< BaseReference, BGLGraph >::id ( void  ) const

Returns the ID of this edge.

◆ property()

template<class BaseReference , class BGLGraph >
const edge_property& stapl::sequential::const_bgl_edge_reference< BaseReference, BGLGraph >::property ( void  )


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