QGIS API Documentation  2.14.0-Essen
Classes | Public Attributes | List of all members
QgsTracerGraph Struct Reference

Simple graph structure for shortest path search. More...

Classes

struct  E
 
struct  V
 

Public Attributes

QVector< Ee
 Edges of the graph. More...
 
QSet< int > inactiveEdges
 Temporarily removed edges. More...
 
int joinedVertices
 Temporarily added vertices (for each there are two extra edges) More...
 
QVector< Vv
 Vertices of the graph. More...
 

Detailed Description

Simple graph structure for shortest path search.

Definition at line 87 of file qgstracer.cpp.

Member Data Documentation

QVector<E> QgsTracerGraph::e

Edges of the graph.

Definition at line 111 of file qgstracer.cpp.

QSet<int> QgsTracerGraph::inactiveEdges

Temporarily removed edges.

Definition at line 114 of file qgstracer.cpp.

int QgsTracerGraph::joinedVertices

Temporarily added vertices (for each there are two extra edges)

Definition at line 116 of file qgstracer.cpp.

QVector<V> QgsTracerGraph::v

Vertices of the graph.

Definition at line 109 of file qgstracer.cpp.


The documentation for this struct was generated from the following file: