Darwin
1.10(beta)
|
Public Member Functions | |
drwnWeightedEdge (int a, int b, double w=0.0, double v=0.0) | |
Public Attributes | |
int | nodeA |
source node | |
int | nodeB |
target node | |
double | wAB |
weight from source to target | |
double | wBA |
weight from target to source | |