PyANGDTA.DTACentroid

class DTACentroid

Inheritance diagram of PyANGDTA.DTACentroid

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__()
__init__(centroid, modelConnection, manager)
Parameters:
evaluateRouteChoiceFunction(manager, origin, path, entranceSection, vehType, rcType, context)
Parameters:
Return type:

float

getAsDestConsider_percentage()
Return type:

bool

getAsOrigConsider_percentage()
Return type:

bool

getEntranceConnector(asect)
Parameters:

asectDTASection

Return type:

int

getEntranceSection(pos)
Parameters:

pos – int

Return type:

DTASection

getExitConnector(asect)
Parameters:

asectDTASection

Return type:

int

getExitSection_(pos)
Parameters:

pos – int

Return type:

DTASection

getNbConnectorsConsiderAsDest()
Return type:

int

getNbConnectorsConsiderAsOrig()
Return type:

int

getNumEntranceConnections()
Return type:

int

getNumEntranceSections()
Return type:

int

getNumExitConnections()
Return type:

int

getNumExitSections()
Return type:

int

getOnlyBestEntrance()
Return type:

bool

getPercentageEntranceConnection(pos)
Parameters:

pos – int

Return type:

float

getPercentageExitConnection(pos)
Parameters:

pos – int

Return type:

float

getRelatedCentroid()
Return type:

GKCentroid

hasExitSection(sect)
Parameters:

sectDTASection

Return type:

bool

hasReservedEntranceConnection(network, pos)
Parameters:
Return type:

bool

hasReservedExitConnection(network, pos)
Parameters:
Return type:

bool

isValidEntranceConnectorForVehicleType(pos, vehType)
Parameters:
Return type:

bool

isValidExitConnectorForVehicleType(pos, vehType)
Parameters:
Return type:

bool