#include <Graph_boost.hh>

Public Member Functions | |
| virtual EdgeDescriptor * | clone () const |
| EdgeDescriptor (const typename GRAPH::out_edge_iterator &cur_edge, const typename GRAPH::out_edge_iterator &neigh_end, const Graph_boost &parent) | |
| virtual const std::string & | getEdgeLabel (void) const |
| const Graph_Interface::IndexType & | getFromIndex (void) const |
| const Graph_Interface::IndexType & | getToIndex (void) const |
| virtual bool | operator!= (const EdgeDescriptor &ed) const |
| virtual bool | operator!= (const Graph_Interface::EdgeDescriptor &ed) const |
| virtual EdgeDescriptor & | operator++ () |
| virtual bool | operator== (const EdgeDescriptor &ed) const |
| virtual bool | operator== (const EdgeDescriptor &ed) const |
| virtual | ~EdgeDescriptor () |
| Destruction. More... | |
Protected Attributes | |
| GRAPH::out_edge_iterator | cur_edge |
| Graph_Interface::IndexType | from |
| the source of the edge described More... | |
| GRAPH::out_edge_iterator | list_end |
| const Graph_boost & | parent |
| access to the parent instance for fast graph access More... | |
| Graph_Interface::IndexType | to |
| the target of the edge described More... | |
Special edge descriptor to enable the iteration over the edges contained in the internally used boost graph instance.
Definition at line 105 of file Graph_boost.hh.
| sgm::Graph_boost< GRAPH, NODE_LABEL_PROPERTY, EDGE_LABEL_PROPERTY, NODE_INDEX_PROPERTY >::EdgeDescriptor::EdgeDescriptor | ( | const typename GRAPH::out_edge_iterator & | cur_edge, |
| const typename GRAPH::out_edge_iterator & | neigh_end, | ||
| const Graph_boost & | parent | ||
| ) |
Construction of a new edge descriptor given the our edge iterators
| cur_edge | the current boost edge iterator |
| neigh_end | the end of the edge iteration |
| parent | access to the parent instance for graph access |
|
virtual |
Reimplemented from sgm::Graph_Interface::EdgeDescriptor.
|
virtual |
Create a heap copy of this object. NOTE: this has to be removed by the calling function.
Implements sgm::Graph_Interface::EdgeDescriptor.
|
virtual |
Access to the label of the edge.
Implements sgm::Graph_Interface::EdgeDescriptor.
|
inherited |
Access to the source of the edge.
|
inherited |
Access to the target of the edge.
|
virtual |
Inequality comparison
| ed | the edge to compare to |
|
virtual |
Inequality comparison
| ed | the edge to compare to |
Implements sgm::Graph_Interface::EdgeDescriptor.
|
virtual |
Iterator support
Implements sgm::Graph_Interface::EdgeDescriptor.
|
virtualinherited |
Equality comparison
| ed | the edge to compare to |
|
virtual |
Equality comparison
| ed | the edge to compare to |
|
protected |
the out edge iterator of the current target node within the local adjacency list
Definition at line 113 of file Graph_boost.hh.
|
protectedinherited |
Definition at line 53 of file Graph_Interface.hh.
|
protected |
the edge iterator that marks the end of the local adjacency list
Definition at line 116 of file Graph_boost.hh.
|
protected |
Definition at line 119 of file Graph_boost.hh.
|
protectedinherited |
Definition at line 55 of file Graph_Interface.hh.