#include <ctopo.h>
Inheritance diagram for cTopology::Link:

Public Member Functions | |
| double | weight () const |
| void | setWeight (double d) |
| bool | enabled () const |
| void | enable () |
| void | disable () |
Friends | |
| class | cTopology |
|
|
Disables this link. This has significance with the shortest path finder methods of cTopology. |
|
|
Enables this link. This has significance with the shortest path finder methods of cTopology. |
|
|
Returns true of this link is enabled. This has significance with the shortest path finder methods of cTopology. |
|
|
Sets the weight of this link. Weight is used with the weighted shortest path finder methods of cTopology. |
|
|
Returns the weight of this link. Weight is used with the weighted shortest path finder methods of cTopology. |
1.4.1