QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
This class implement a graph edge. More...
#include <qgsgraph.h>
Public Member Functions | |
QgsGraphArc () | |
int | inVertex () const |
return index of incoming vertex More... | |
int | outVertex () const |
return index of outgoing vertex More... | |
QVector< QVariant > | properties () const |
get array of properties More... | |
QVariant | property (int propertyIndex) const |
return property value More... | |
Friends | |
class | QgsGraph |
This class implement a graph edge.
Definition at line 44 of file qgsgraph.h.
QgsGraphArc::QgsGraphArc | ( | ) |
Definition at line 78 of file qgsgraph.cpp.
int QgsGraphArc::inVertex | ( | ) | const |
return index of incoming vertex
Definition at line 95 of file qgsgraph.cpp.
int QgsGraphArc::outVertex | ( | ) | const |
return index of outgoing vertex
Definition at line 100 of file qgsgraph.cpp.
get array of properties
Definition at line 90 of file qgsgraph.cpp.
QVariant QgsGraphArc::property | ( | int | propertyIndex | ) | const |
return property value
propertyIndex | property index |
Definition at line 85 of file qgsgraph.cpp.
|
friend |
Definition at line 77 of file qgsgraph.h.