QGIS API Documentation 3.39.0-Master (47f7b3a4989)
Loading...
Searching...
No Matches
Public Attributes | List of all members
QgsTracerGraph::V Struct Reference

Public Attributes

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

Detailed Description

Definition at line 110 of file qgstracer.cpp.

Member Data Documentation

◆ edges

QVector<int> QgsTracerGraph::V::edges

indices of adjacent edges (used in Dijkstra algorithm)

Definition at line 115 of file qgstracer.cpp.

◆ pt

QgsPointXY QgsTracerGraph::V::pt

location of the vertex

Definition at line 113 of file qgstracer.cpp.


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