#include <math/graph.h>
Public Member Functions | |
void | AddEdge (const int edgeNum) |
int | GetEdgeNumber (const int index) const |
unsigned int | GetNumEdges () const |
void | OffsetEdgeNumbers (const int offset) |
Private Attributes | |
std::vector< int > | m_Edges |
Definition at line 16 of file graph.h.
|
Definition at line 9 of file graph.cpp. Referenced by Graph::GraphBase::AddEdge(). |
|
Definition at line 17 of file graph.cpp. Referenced by Graph::GraphBase::GetNeighbors(). |
|
Definition at line 26 of file graph.cpp. Referenced by Graph::GraphBase::CheckIntegrity(), and Graph::GraphBase::GetNeighbors(). |
|
|
|
|