#include <relabeledEdge.h>
Inheritance diagram for RelabeledEdgeWithoutSource:

Public Methods | |
| RelabeledEdgeWithoutSource () | |
| The default constructor. | |
| RelabeledEdgeWithoutSource (const RelabeledEdge &edge) | |
| Creates a RelabeledEdgeWithoutSource from a RelabeledEdge. | |
| NodeID | originalSource () const |
| Returns the identifier of the original source vertex. | |
| NodeID | originalTarget () const |
| Returns the identifier of the original target vertex. | |
Private Attributes | |
| NodeID | _originalSource |
| NodeID | _originalTarget |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const RelabeledEdgeWithoutSource &e) |
| Writes a string representation of a RelabeledEdgeWithoutSource to an output stream. | |
This makes sense when the source vertex is clear from the context.
Definition at line 24 of file relabeledEdge.h.
|
|
Creates a RelabeledEdgeWithoutSource from a RelabeledEdge. The source vertex is thrown away. Definition at line 130 of file relabeledEdge.h. |
1.2.17