This class implement a graph edge.
More...
#include <qgsgraph.h>
Public Member Functions |
| | QgsGraphArc () |
| QVariant | property (int propertyIndex) const |
| | return property value
|
| QVector< QVariant > | properties () const |
| | get array of proertyes
|
| int | outVertex () const |
| | return index of outgoing vertex
|
| int | inVertex () const |
| | return index of incoming vertex
|
Detailed Description
This class implement a graph edge.
Constructor & Destructor Documentation
| QgsGraphArc::QgsGraphArc |
( |
| ) |
|
Member Function Documentation
| int QgsGraphArc::inVertex |
( |
| ) |
const |
return index of incoming vertex
| int QgsGraphArc::outVertex |
( |
| ) |
const |
return index of outgoing vertex
| QVector< QVariant > QgsGraphArc::properties |
( |
| ) |
const |
| QVariant QgsGraphArc::property |
( |
int |
propertyIndex | ) |
const |
return property value
- Parameters
-
| propertyIndex | property index |
Friends And Related Function Documentation
The documentation for this class was generated from the following files:
- /tmp/buildd/qgis-2.6.0+wheezy1/src/analysis/network/qgsgraph.h
- /tmp/buildd/qgis-2.6.0+wheezy1/src/analysis/network/qgsgraph.cpp