Path 1.0
|
Edges in the CostGraph graph. More...
#include <shortestgraph.h>
Public Member Functions | |
GraphEdge (int, const double) | |
Create an edge in the graph. | |
Public Attributes | |
int | target = 0.0 |
Target node. | |
double | weight = 0.0 |
Weight of the edge. | |
Friends | |
class | CostGraph |
Edges in the CostGraph graph.
|
inlineexplicit |
Create an edge in the graph.
t | Target node. |
c | Cost. |