QgsTracerGraph struct
Simple graph structure for shortest path search.
Contents
- Reference
Public variables
- QVector<E> e
- Edges of the graph.
- QSet<int> inactiveEdges
- Temporarily removed edges.
- int joinedVertices
- Temporarily added vertices (for each there are two extra edges)
- QVector<V> v
- Vertices of the graph.