|
| bgl_edge_descriptor_adaptor (vertex_descriptor _s, vertex_descriptor _t) |
| Initializes the edge descriptor adaptor with a source and a target. More...
|
|
| bgl_edge_descriptor_adaptor (vertex_descriptor _s, vertex_descriptor _t, size_t) |
| Initializes the edge descriptor adaptor with a source and a target. More...
|
|
| bgl_edge_descriptor_adaptor (const bgl_edge_descriptor &_ed, size_t _eid=INVALID_VALUE, BGLGraph *_g=NULL) |
| Initializes the edge descriptor adaptor with a BGL edge descriptor, an optional edge id and a graph. More...
|
|
edge_descriptor | descriptor (void) const |
| Returns the edge descriptor of this adaptor.
|
|
vertex_descriptor | source (void) const |
| Returns the source vertex of the edge descriptor of this adaptor.
|
|
vertex_descriptor | target (void) const |
| Returns the target vertex of the edge descriptor of this adaptor.
|
|
size_t | id (void) const |
| Returns the ID of the edge descriptor of this adaptor.
|
|
void | display () const |
| Prints informations about the edge descriptor.
|
|
template<class BGLGraph>
class stapl::sequential::bgl_edge_descriptor_adaptor< BGLGraph >
STAPL adaptor for the BGL edge descriptor.
- Template Parameters
-
BGLGraph | Type of the boost graph. |