QGIS API Documentation  2.14.0-Essen
Public Member Functions | Friends | List of all members
QgsGraphArc Class Reference

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< QVariantproperties () const
 get array of properties More...
 
QVariant property (int propertyIndex) const
 return property value More...
 

Friends

class QgsGraph
 

Detailed Description

This class implement a graph edge.

Definition at line 44 of file qgsgraph.h.

Constructor & Destructor Documentation

QgsGraphArc::QgsGraphArc ( )

Definition at line 79 of file qgsgraph.cpp.

Member Function Documentation

int QgsGraphArc::inVertex ( ) const

return index of incoming vertex

Definition at line 96 of file qgsgraph.cpp.

int QgsGraphArc::outVertex ( ) const

return index of outgoing vertex

Definition at line 101 of file qgsgraph.cpp.

QVector< QVariant > QgsGraphArc::properties ( ) const

get array of properties

Definition at line 91 of file qgsgraph.cpp.

QVariant QgsGraphArc::property ( int  propertyIndex) const

return property value

Parameters
propertyIndexproperty index

Definition at line 86 of file qgsgraph.cpp.

Friends And Related Function Documentation

friend class QgsGraph
friend

Definition at line 77 of file qgsgraph.h.


The documentation for this class was generated from the following files: