PyANGDTA.DTAManager¶
- class DTAManager¶
-
Synopsis¶
Methods¶
def
__init__()def
getCurrentIter()def
getDescription()def
getNetwork()def
getNextRandom()def
getTurnCost()def
isDUEContinue()
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__([sim=None])¶
- Parameters:
sim –
DTASimulator
- getDescription()¶
- Return type:
- getNetwork()¶
- Return type:
- getTotalPathsInDUE(totalMemory)¶
- Parameters:
totalMemory – .std.pairdouble,double
- Return type:
.std.pairuint,uint
- getTotalPathsInOneShot(totalMemory)¶
- Parameters:
totalMemory – .std.pairdouble,double
- Return type:
.std.pairuint,uint
- getTurnCost(context, turning, iteration)¶
- Parameters:
context –
GKFunctionCostContextturning –
DTATurningiteration – int
- Return type:
- getTurnTravelTime(context, turning, iteration)¶
- Parameters:
context –
GKFunctionCostContextturning –
DTATurningiteration – int
- Return type:
- getVehicleTypeFromUserClass(userclass)¶
- Parameters:
userclass –
GKUserClass- Return type: