QGIS API Documentation
2.8.2-Wien
|
This class implement a graph edge. More...
#include <qgsgraph.h>
Public Member Functions | |
QgsGraphArc () | |
int | inVertex () const |
return index of incoming vertex | |
int | outVertex () const |
return index of outgoing vertex | |
QVector< QVariant > | properties () const |
get array of proertyes | |
QVariant | property (int propertyIndex) const |
return property value |
Friends | |
class | QgsGraph |
This class implement a graph edge.
Definition at line 44 of file qgsgraph.h.
QgsGraphArc::QgsGraphArc | ( | ) |
Definition at line 85 of file qgsgraph.cpp.
int QgsGraphArc::inVertex | ( | ) | const |
return index of incoming vertex
Definition at line 102 of file qgsgraph.cpp.
int QgsGraphArc::outVertex | ( | ) | const |
return index of outgoing vertex
Definition at line 107 of file qgsgraph.cpp.
QVector< QVariant > QgsGraphArc::properties | ( | ) | const |
get array of proertyes
Definition at line 97 of file qgsgraph.cpp.
QVariant QgsGraphArc::property | ( | int | propertyIndex | ) | const |
return property value
propertyIndex | property index |
Definition at line 92 of file qgsgraph.cpp.
|
friend |
Definition at line 77 of file qgsgraph.h.