QGIS API Documentation  3.4.15-Madeira (e83d02e274)
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 95 of file qgstracer.cpp.

Member Function Documentation

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

Definition at line 102 of file qgstracer.cpp.

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

Definition at line 103 of file qgstracer.cpp.

Member Data Documentation

QVector<QgsPointXY> QgsTracerGraph::E::coords

coordinates of the edge (including endpoints)

Definition at line 100 of file qgstracer.cpp.

int QgsTracerGraph::E::v1

vertices that the edge connects

Definition at line 98 of file qgstracer.cpp.

int QgsTracerGraph::E::v2

Definition at line 98 of file qgstracer.cpp.


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