PyGKPedestrians.GKPedestrianODRoute

class GKPedestrianODRoute

Class representing a pedestrian route.

Details

The route begins in an entrance centroid and finishes in an exit centroid. The intermediate control points are represented by Decision Nodes

Inheritance diagram of PyGKPedestrians.GKPedestrianODRoute

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

__init__()
clearRoute()
getRoute()
Return type:

.list of GKGeoObject

nextElement(anElem)
Parameters:

anElemGKGeoObject

Return type:

GKGeoObject

returns the element after anElem, if any. Otherwise returns NULL the returned element can also be the destination centroid