QGIS API Documentation 3.43.0-Master (c67cf405802)
Classes | Typedefs
qgsgraph.h File Reference
#include <QList>
#include <QVector>
#include <QVariant>
#include "qgspointxy.h"
#include "qgis_analysis.h"
Include dependency graph for qgsgraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsGraph
 Mathematical graph representation. More...
 
class  QgsGraphEdge
 Represents an edge in a graph. More...
 
class  QgsGraphVertex
 Represents vertex in a graph. More...
 

Typedefs

typedef QList< int > QgsGraphEdgeIds
 

Typedef Documentation

◆ QgsGraphEdgeIds

typedef QList<int> QgsGraphEdgeIds

Definition at line 81 of file qgsgraph.h.