QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
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
 This class implements a graph edge. More...
 
class  QgsGraphVertex
 This class implements a graph vertex. More...
 

Typedefs

typedef QList< int > QgsGraphEdgeIds
 

Typedef Documentation

◆ QgsGraphEdgeIds

typedef QList< int > QgsGraphEdgeIds

Definition at line 86 of file qgsgraph.h.