|
QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
Public Member Functions | |
| int | otherVertex (int v0) const |
| double | weight () const |
Public Attributes | |
| QVector< QgsPointXY > | coords |
| coordinates of the edge (including endpoints) More... | |
| int | v1 |
| vertices that the edge connects More... | |
| int | v2 |
Definition at line 99 of file qgstracer.cpp.
|
inline |
Definition at line 106 of file qgstracer.cpp.
|
inline |
Definition at line 107 of file qgstracer.cpp.
| QVector<QgsPointXY> QgsTracerGraph::E::coords |
coordinates of the edge (including endpoints)
Definition at line 104 of file qgstracer.cpp.
| int QgsTracerGraph::E::v1 |
vertices that the edge connects
Definition at line 102 of file qgstracer.cpp.
| int QgsTracerGraph::E::v2 |
Definition at line 102 of file qgstracer.cpp.