|
QGIS API Documentation
2.14.11-Essen
|
Public Attributes | |
| QVector< int > | edges |
| indices of adjacent edges (used in Dijkstra algorithm) More... | |
| QgsPoint | pt |
| location of the vertex More... | |
Definition at line 101 of file qgstracer.cpp.
| QVector<int> QgsTracerGraph::V::edges |
indices of adjacent edges (used in Dijkstra algorithm)
Definition at line 106 of file qgstracer.cpp.
| QgsPoint QgsTracerGraph::V::pt |
location of the vertex
Definition at line 104 of file qgstracer.cpp.
1.8.13