QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsTracerGraph::V Struct Reference

Public Attributes

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

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: