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

Public Member Functions

int otherVertex (int v0) const
 
double weight () const
 

Public Attributes

QVector< QgsPointXYcoords
 coordinates of the edge (including endpoints) More...
 
int v1
 vertices that the edge connects More...
 
int v2
 

Detailed Description

Definition at line 99 of file qgstracer.cpp.

Member Function Documentation

◆ otherVertex()

int QgsTracerGraph::E::otherVertex ( int  v0) const
inline

Definition at line 106 of file qgstracer.cpp.

◆ weight()

double QgsTracerGraph::E::weight ( ) const
inline

Definition at line 107 of file qgstracer.cpp.

Member Data Documentation

◆ coords

QVector<QgsPointXY> QgsTracerGraph::E::coords

coordinates of the edge (including endpoints)

Definition at line 104 of file qgstracer.cpp.

◆ v1

int QgsTracerGraph::E::v1

vertices that the edge connects

Definition at line 102 of file qgstracer.cpp.

◆ v2

int QgsTracerGraph::E::v2

Definition at line 102 of file qgstracer.cpp.


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