QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Classes | Public Member Functions | Public Attributes | List of all members
QgsTracerGraph Struct Reference

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

Classes

struct  E
 
struct  V
 

Public Member Functions

 QgsTracerGraph ()=default
 

Public Attributes

QVector< Ee
 Edges of the graph. More...
 
QSet< int > inactiveEdges
 Temporarily removed edges. More...
 
int joinedVertices { 0 }
 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 91 of file qgstracer.cpp.

Constructor & Destructor Documentation

QgsTracerGraph::QgsTracerGraph ( )
default

Member Data Documentation

QVector<E> QgsTracerGraph::e

Edges of the graph.

Definition at line 117 of file qgstracer.cpp.

QSet<int> QgsTracerGraph::inactiveEdges

Temporarily removed edges.

Definition at line 120 of file qgstracer.cpp.

int QgsTracerGraph::joinedVertices { 0 }

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

Definition at line 122 of file qgstracer.cpp.

QVector<V> QgsTracerGraph::v

Vertices of the graph.

Definition at line 115 of file qgstracer.cpp.


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