QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Public Attributes | |
QVector< int > | edges |
indices of adjacent edges (used in Dijkstra algorithm) | |
QgsPointXY | pt |
location of the vertex | |
Definition at line 110 of file qgstracer.cpp.
QVector<int> QgsTracerGraph::V::edges |
indices of adjacent edges (used in Dijkstra algorithm)
Definition at line 115 of file qgstracer.cpp.
QgsPointXY QgsTracerGraph::V::pt |
location of the vertex
Definition at line 113 of file qgstracer.cpp.