#include <Graph.h>
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.
| typedef GraphRep::edge_type Graph::edge_type |
| void Graph::clear | ( | ) | [inline] |
Definition at line 51 of file Graph.h.
References ObjectOf< GraphRep >::change(), and clear().
Referenced by WhiteheadGraph::assign(), and clear().
| const map< int, state_type >& Graph::getStates | ( | ) | const [inline] |
Definition at line 48 of file Graph.h.
References GraphRep::getStates(), and ObjectOf< GraphRep >::look().
Referenced by getDistances_out(), getGeodesicTree_in(), and getGeodesicTree_out().
| void Graph::newEdge | ( | int | v1, | |
| int | v2 | |||
| ) | [inline] |
Definition at line 50 of file Graph.h.
References ObjectOf< GraphRep >::change(), and newEdge().
Referenced by WhiteheadGraph::assign(), and newEdge().
| int Graph::newState | ( | ) | [inline] |
Definition at line 49 of file Graph.h.
References ObjectOf< GraphRep >::change(), and newState().
Referenced by newState().
1.6.1