Lightweight value type representing a directed or undirected edge.
More...
#include <global.h>
|
| | MyEdge ()=default |
| | MyEdge (const int &from, const int &to, const double &w=0.0, const int &t=0, const double &rw=0.0) |
Lightweight value type representing a directed or undirected edge.
◆ MyEdge() [1/2]
◆ MyEdge() [2/2]
| MyEdge::MyEdge |
( |
const int & | from, |
|
|
const int & | to, |
|
|
const double & | w = 0.0, |
|
|
const int & | t = 0, |
|
|
const double & | rw = 0.0 ) |
|
inline |
◆ rWeight
| double MyEdge::rWeight = 0.0 |
Reverse / reciprocal weight.
◆ source
◆ target
◆ type
◆ weight
| double MyEdge::weight = 0.0 |
The documentation for this class was generated from the following file: