graph algorithms
More...
#include <XXGraphAlgorithm.h>
|
| using | IndexList = QList<int> |
| | list of vertex or edge indexes
|
◆ IndexList
list of vertex or edge indexes
◆ Algorithm()
| XX::Graph::Algorithm::Algorithm |
( |
const Graph * | graph | ) |
|
◆ breadthFirst()
| Tree XX::Graph::Algorithm::breadthFirst |
( |
const Vertex * | vertexStart | ) |
const |
◆ compileTreeEdges()
| TreeEdges XX::Graph::Algorithm::compileTreeEdges |
( |
const Tree & | tree | ) |
const |
◆ depthFirst()
| Tree XX::Graph::Algorithm::depthFirst |
( |
const Vertex * | vertexStart | ) |
const |
◆ pathDijkstra()
| Path::Map XX::Graph::Algorithm::pathDijkstra |
( |
const Vertex * | vertexStart | ) |
const |
◆ topologicalSort()
| IndexList XX::Graph::Algorithm::topologicalSort |
( |
| ) |
const |
The documentation for this class was generated from the following file: