| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
Simple graph structure for shortest path search. More...
| Classes | |
| struct | E | 
| struct | V | 
| Public Member Functions | |
| QgsTracerGraph ()=default | |
| Public Attributes | |
| QVector< E > | e | 
| Edges of the graph.  More... | |
| QSet< int > | inactiveEdges | 
| Temporarily removed edges.  More... | |
| int | joinedVertices { 0 } | 
| 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 94 of file qgstracer.cpp.
| 
 | default | 
| QVector<E> QgsTracerGraph::e | 
Edges of the graph.
Definition at line 120 of file qgstracer.cpp.
| QSet<int> QgsTracerGraph::inactiveEdges | 
Temporarily removed edges.
Definition at line 123 of file qgstracer.cpp.
| int QgsTracerGraph::joinedVertices { 0 } | 
Temporarily added vertices (for each there are two extra edges)
Definition at line 125 of file qgstracer.cpp.
| QVector<V> QgsTracerGraph::v | 
Vertices of the graph.
Definition at line 118 of file qgstracer.cpp.