| 
    QGIS API Documentation
    3.6.0-Noosa (5873452)
    
   | 
 
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 98 of file qgstracer.cpp.
      
  | 
  inline | 
Definition at line 105 of file qgstracer.cpp.
      
  | 
  inline | 
Definition at line 106 of file qgstracer.cpp.
| QVector<QgsPointXY> QgsTracerGraph::E::coords | 
coordinates of the edge (including endpoints)
Definition at line 103 of file qgstracer.cpp.
| int QgsTracerGraph::E::v1 | 
vertices that the edge connects
Definition at line 101 of file qgstracer.cpp.
| int QgsTracerGraph::E::v2 | 
Definition at line 101 of file qgstracer.cpp.
 1.8.13