QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Public Member Functions | |
int | otherVertex (int v0) const |
double | weight () const |
Public Attributes | |
QVector< QgsPoint > | coords |
coordinates of the edge (including endpoints) More... | |
int | v1 |
vertices that the edge connects More... | |
int | v2 |
Definition at line 92 of file qgstracer.cpp.
|
inline |
Definition at line 99 of file qgstracer.cpp.
|
inline |
Definition at line 100 of file qgstracer.cpp.
coordinates of the edge (including endpoints)
Definition at line 97 of file qgstracer.cpp.
int QgsTracerGraph::E::v1 |
vertices that the edge connects
Definition at line 95 of file qgstracer.cpp.
int QgsTracerGraph::E::v2 |
Definition at line 95 of file qgstracer.cpp.