QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
QSet< int > | inactiveEdges |
Temporarily removed edges. | |
int | joinedVertices { 0 } |
Temporarily added vertices (for each there are two extra edges) | |
QVector< V > | v |
Vertices of the graph. | |
Simple graph structure for shortest path search.
Definition at line 95 of file qgstracer.cpp.
|
default |
QVector<E> QgsTracerGraph::e |
Edges of the graph.
Definition at line 121 of file qgstracer.cpp.
QSet<int> QgsTracerGraph::inactiveEdges |
Temporarily removed edges.
Definition at line 124 of file qgstracer.cpp.
int QgsTracerGraph::joinedVertices { 0 } |
Temporarily added vertices (for each there are two extra edges)
Definition at line 126 of file qgstracer.cpp.
QVector<V> QgsTracerGraph::v |
Vertices of the graph.
Definition at line 119 of file qgstracer.cpp.