QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
Public Attributes | |
QVector< int > | edges |
indices of adjacent edges (used in Dijkstra algorithm) | |
QgsPointXY | pt |
location of the vertex | |
Definition at line 111 of file qgstracer.cpp.
QVector<int> QgsTracerGraph::V::edges |
indices of adjacent edges (used in Dijkstra algorithm)
Definition at line 116 of file qgstracer.cpp.
QgsPointXY QgsTracerGraph::V::pt |
location of the vertex
Definition at line 114 of file qgstracer.cpp.