|
QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Simple graph structure for shortest path search. More...
Classes | |
| struct | E |
| struct | V |
Public Member Functions | |
| QgsTracerGraph () | |
Public Attributes | |
| QVector< E > | e |
| Edges of the graph. More... | |
| QSet< int > | inactiveEdges |
| Temporarily removed edges. More... | |
| int | joinedVertices |
| Temporarily added vertices (for each there are two extra edges) More... | |
| QVector< V > | v |
| Vertices of the graph. More... | |
Simple graph structure for shortest path search.
Definition at line 88 of file qgstracer.cpp.
|
inline |
Definition at line 90 of file qgstracer.cpp.
Edges of the graph.
Definition at line 114 of file qgstracer.cpp.
| QSet<int> QgsTracerGraph::inactiveEdges |
Temporarily removed edges.
Definition at line 117 of file qgstracer.cpp.
| int QgsTracerGraph::joinedVertices |
Temporarily added vertices (for each there are two extra edges)
Definition at line 119 of file qgstracer.cpp.
Vertices of the graph.
Definition at line 112 of file qgstracer.cpp.
1.8.13