Public Member Functions | |
BfsNode (node _n, double _depth, edge _p) | |
Public Attributes | |
int | depth |
The depth of the node n. | |
node | n |
The current node to visit all neighbors from. | |
edge | p |
The first edge of the path. | |
Definition at line 170 of file SpannerElkinNeiman.h.
|
inline |
Definition at line 175 of file SpannerElkinNeiman.h.
int ogdf::SpannerElkinNeiman< TWeight >::BfsNode::depth |
The depth of the node n.
It is equal to the distance from the source node
Definition at line 172 of file SpannerElkinNeiman.h.
node ogdf::SpannerElkinNeiman< TWeight >::BfsNode::n |
The current node to visit all neighbors from.
Definition at line 171 of file SpannerElkinNeiman.h.
edge ogdf::SpannerElkinNeiman< TWeight >::BfsNode::p |
The first edge of the path.
Definition at line 173 of file SpannerElkinNeiman.h.