Public Member Functions | |
BfsNode (node _n, double _depth, edge _p) | |
Public Attributes | |
int | depth |
The depth of the node n. More... | |
node | n |
The current node to visit all neighbors from. More... | |
edge | p |
The first edge of the path. More... | |
Definition at line 181 of file SpannerElkinNeiman.h.
|
inline |
Definition at line 186 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 183 of file SpannerElkinNeiman.h.
node ogdf::SpannerElkinNeiman< TWeight >::BfsNode::n |
The current node to visit all neighbors from.
Definition at line 182 of file SpannerElkinNeiman.h.
edge ogdf::SpannerElkinNeiman< TWeight >::BfsNode::p |
The first edge of the path.
Definition at line 184 of file SpannerElkinNeiman.h.