|
using | IndexType = Index |
using | RealType = Real |
|
| Edge (const Edge &)=default |
| Edge (Edge &&)=default |
| Edge (Index source, Index target, Real weight) |
Index & | getSource () |
const Index & | getSource () const |
Index & | getTarget () |
const Index & | getTarget () const |
Real & | getWeight () |
const Real & | getWeight () const |
bool | operator!= (const Edge &other) const |
bool | operator< (const Edge &other) const |
bool | operator<= (const Edge &other) const |
Edge & | operator= (const Edge &)=default |
Edge & | operator= (Edge &&)=default |
bool | operator== (const Edge &other) const |
bool | operator> (const Edge &other) const |
bool | operator>= (const Edge &other) const |
|
Index | source = 0 |
Index | target = 0 |
Real | weight = 0.0 |
The documentation for this struct was generated from the following file: