QGIS API Documentation  2.14.0-Essen
Public Attributes | List of all members
QgsTracerGraph::V Struct Reference

Public Attributes

QVector< int > edges
 indices of adjacent edges (used in Dijkstra algorithm) More...
 
QgsPoint pt
 location of the vertex More...
 

Detailed Description

Definition at line 100 of file qgstracer.cpp.

Member Data Documentation

QVector<int> QgsTracerGraph::V::edges

indices of adjacent edges (used in Dijkstra algorithm)

Definition at line 105 of file qgstracer.cpp.

QgsPoint QgsTracerGraph::V::pt

location of the vertex

Definition at line 103 of file qgstracer.cpp.


The documentation for this struct was generated from the following file: