QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Public Attributes | |
QVector< int > | edges |
indices of adjacent edges (used in Dijkstra algorithm) More... | |
QgsPoint | pt |
location of the vertex More... | |
Definition at line 103 of file qgstracer.cpp.
QVector<int> QgsTracerGraph::V::edges |
indices of adjacent edges (used in Dijkstra algorithm)
Definition at line 108 of file qgstracer.cpp.
QgsPoint QgsTracerGraph::V::pt |
location of the vertex
Definition at line 106 of file qgstracer.cpp.