PyANGKernel.GKTurningEntity

class GKTurningEntity

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

Detailed Description

Defines a possible movement from section origin to section destination in a specific turn by defining the origin/destination lanes positions.

PyANGKernel.GKTurningEntity.m_originLane
PyANGKernel.GKTurningEntity.m_destinationLane
__init__()
__ne__(rhs)
Parameters:

rhsGKTurningEntity

Return type:

bool

__lt__(rhs)
Parameters:

rhsGKTurningEntity

Return type:

bool

__le__(rhs)
Parameters:

rhsGKTurningEntity

Return type:

bool

__eq__(_c)
Parameters:

_cGKTurningEntity

Return type:

bool

__gt__(rhs)
Parameters:

rhsGKTurningEntity

Return type:

bool

__ge__(rhs)
Parameters:

rhsGKTurningEntity

Return type:

bool