#include <ctopo.h>
Inheritance diagram for cTopology::Link::
Public Methods | |
double | weight () const |
void | setWeight (double d) |
bool | enabled () const |
void | enable () |
void | disable () |
|
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. |