| addVertex(Vertex *aVertex) | Graph | |
| adj | Graph | [protected] |
| computeConnectedComponent() | Graph | |
| computeConnectedComponent(unsigned int vertexIndex) | Graph | |
| connectedComponentCount | Graph | [protected] |
| connectedComponentID | Graph | [protected] |
| Connection class | Graph | [friend] |
| connectionCount | Graph | [protected] |
| createGraph()=0 | Graph | [pure virtual] |
| destroyGraph(Graph *aGraph)=0 | Graph | [pure virtual] |
| Edge class | Graph | [friend] |
| edgeCount | Graph | [protected] |
| getConnectedComponentCard(unsigned int connectedComponentIndex) const | Graph | |
| getConnectedComponentCount() const | Graph | |
| getConnection(unsigned int index1, unsigned int index2) const | Graph | |
| getConnection(unsigned int index1, unsigned int index2, unsigned int index3) const | Graph | |
| getConnection(unsigned int index) const | Graph | |
| getConnectionCount() const | Graph | |
| getConnectionCount(unsigned int index1, unsigned int index2) const | Graph | |
| getConnectionIndex(Connection *aConnection) const | Graph | |
| getEdge(unsigned int index1, unsigned int index2) const | Graph | |
| getEdge(unsigned int index) const | Graph | |
| getEdgeCount() const | Graph | |
| getEdgeIndex(Edge *anEdge) const | Graph | |
| getVertex(unsigned int index) const | Graph | |
| getVertexCount() const | Graph | |
| getVertexIndex(Vertex *aVertex) const | Graph | |
| Graph() | Graph | |
| Graph::adjIterator class | Graph | [friend] |
| hasMultipleConnections() const | Graph | |
| insertConnection(Connection *Connection) | Graph | |
| isConnected(unsigned int vertexIndex, unsigned int anotherVertexIndex) const | Graph | |
| print() | Graph | [virtual] |
| printAdjacencyMatrix() const | Graph | [virtual] |
| printConnectedComponentID() const | Graph | [virtual] |
| printConnections() const | Graph | [virtual] |
| printEdges() const | Graph | [virtual] |
| printVertices() const | Graph | [virtual] |
| removeConnection(Connection *Connection) | Graph | |
| removeVertex(Vertex *aVertex) | Graph | |
| setBaseConnectedComponent(unsigned int vertexIndex) | Graph | |
| vertexCount | Graph | [protected] |
| vertices | Graph | [protected] |
| ~Graph() | Graph | [virtual] |
1.3.3