|
| MatrixEntry (const MatrixEntry &E) |
|
| MatrixEntry (const size_t _weight=SIZE_MAX) |
|
| MatrixEntry (const EdgeName &e, const size_t _weight=SIZE_MAX) |
|
bool | is_undefined () const |
|
void | set_undefined () |
|
bool | has_no_edges () |
|
void | clear () |
|
void | append_edge (const EdgeName &e, const size_t _weight=0) |
|
void | join (const MatrixEntry &ME) |
|
EdgeNameList | get_edges () const |
|
void | operator= (const MatrixEntry &ME) |
|
void | operator+= (const MatrixEntry &ME) |
|
MatrixEntry | operator+ (const MatrixEntry &ME) const |
|
The documentation for this class was generated from the following file: