|
QGIS API Documentation 3.99.0-Master (18a1e75d814)
|
Represents information about a graph node's source vertex. More...
#include <qgsvectorlayerdirector.h>
Public Member Functions | |
| VertexSourceInfo (QgsFeatureId fid, int partId) | |
| Constructor for VertexSourceInfo. | |
| bool | operator== (const VertexSourceInfo &other) const =default |
Public Attributes | |
| QgsFeatureId | fid = -1 |
| Source feature ID. | |
| int | partId = 0 |
| Source part number. | |
Represents information about a graph node's source vertex.
Definition at line 77 of file qgsvectorlayerdirector.h.
|
inline |
Constructor for VertexSourceInfo.
Definition at line 82 of file qgsvectorlayerdirector.h.
|
default |
| QgsFeatureId QgsVectorLayerDirector::VertexSourceInfo::fid = -1 |
Source feature ID.
Definition at line 88 of file qgsvectorlayerdirector.h.
| int QgsVectorLayerDirector::VertexSourceInfo::partId = 0 |
Source part number.
Definition at line 90 of file qgsvectorlayerdirector.h.