#include <math/graph.h>
Public Member Functions | |
Edge () | |
Edge (const int n0, const int n1) | |
Edge (const Edge &e) | |
Edge & | operator= (const Edge &e) |
Public Attributes | |
int | m_Node0 |
int | m_Node1 |
Definition at line 34 of file graph.h.
|
|
|
|
|
|
|
|
|
Definition at line 42 of file graph.h. Referenced by Graph::GraphBase::CheckIntegrity(), Graph::GraphBase::GetNeighbors(), and operator=(). |
|
Definition at line 43 of file graph.h. Referenced by Graph::GraphBase::CheckIntegrity(), Graph::GraphBase::GetNeighbors(), and operator=(). |