Class: QgsGraphEdge¶
Represents an edge in a graph.
- class qgis.analysis.QgsGraphEdge[source]¶
Bases:
object- cost(self, strategyIndex: int) Any[source]¶
Returns edge cost calculated using specified strategy
- Parameters:
strategyIndex (int) – strategy index
- Return type:
- fromVertex(self) int[source]¶
Returns the index of the vertex at the start of this edge.
See also
- Return type:
int