This is the complete list of members for Graph, including all inherited members.
| areNeighbours(int from, int to) | Graph | |
| exportAdjazenzmatrixFile(const string fileName) const | Graph | |
| exportDot() | Graph | |
| exportDot(vector< int > path) | Graph | |
| exportFile(const string fileName, const string data) const | Graph | |
| getAdjacencyMatrixString() const | Graph | |
| getInDeg(int vertexIndex) | Graph | |
| getNumberOfEdges() | Graph | |
| getNumberOfNodes() const | Graph | |
| getOutDeg(int vertexIndex) | Graph | |
| Graph(vector< vector< int >> adjacencyMatrix) | Graph | |
| Graph(vector< vector< int >> adjacencyMatrix, vector< string > node_names) | Graph | |
| Graph(string matlabMatrix) | Graph | |
| graphToJson() | Graph | |
| hasConnectivity(int s, int t) | Graph | |
| hasCycle() | Graph | |
| hasEdge(const int from, const int to) | Graph | |
| hasPath(const vector< int > path) const | Graph | |
| isComplete() | Graph | |
| isDirected() | Graph | |
| isForest() | Graph | |
| isFreeOfLoops() | Graph | |
| isMultigraph() | Graph | |
| isRegular() | Graph | |
| isSimple() | Graph |
1.8.6