addVertex(Vertex *aVertex) | Graph | |
adj | Graph | [protected] |
computeConnectedComponent() | Graph | |
computeConnectedComponent(unsigned int vertexIndex) | Graph | |
connectedComponentCount | Graph | [protected] |
connectedComponentID | Graph | [protected] |
connectionCount | Graph | [protected] |
createGraph() | TestG | [virtual] |
destroyGraph(Graph *aGraph) | TestG | [virtual] |
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 | |
ID | TestG | |
insertConnection(Connection *Connection) | Graph | |
isConnected(unsigned int vertexIndex, unsigned int anotherVertexIndex) const | Graph | |
print() | TestG | [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 | |
TestG() | TestG | |
vertexCount | Graph | [protected] |
vertices | Graph | [protected] |
~Graph() | Graph | [virtual] |
~TestG() | TestG |