#include <Graph.h>
Inheritance diagram for Graph:
Public Types | |
typedef GraphRep::state_type | state_type |
typedef GraphRep::edge_type | edge_type |
Public Member Functions | |
Graph () | |
const map< int, state_type > & | getStates () const |
int | newState () |
void | newEdge (int v1, int v2) |
void | clear () |
Definition at line 25 of file Graph.h.
|
|
|
|
|
|
|
Definition at line 51 of file Graph.h. References ObjectOf< GraphRep >::change(). Referenced by WhiteheadGraph::assign(). |
|
Definition at line 48 of file Graph.h. References GraphRep::getStates(), and ObjectOf< GraphRep >::look(). Referenced by getDistances_out(), getGeodesicTree_in(), and getGeodesicTree_out(). |
|
Definition at line 50 of file Graph.h. References ObjectOf< GraphRep >::change(). Referenced by WhiteheadGraph::assign(). |
|
Definition at line 49 of file Graph.h. References ObjectOf< GraphRep >::change(). |