PyKalmanPlugin.GKDynamicAdjustmentOutput¶
- class GKDynamicAdjustmentOutput¶
Synopsis¶
Methods¶
def
__init__()def
createDemand()def
getIntervals()def
getMatrices()def
getTotalError()def
getVehicles()def
restore()def
setMatrices()def
store()
Virtual methods¶
def
getTypeName()
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__(aModel)
- Parameters:
aModel –
GKModel
- __init__(iOther)
- Parameters:
iOther –
GKDynamicAdjustmentOutput
- createDemand()¶
- Return type:
GKTrafficDemand
- createGenerationDemand()¶
- Return type:
GKTrafficDemand
- getAdjustedGenerationMatrices()¶
- Return type:
.std.vectorGKODMatrix
- getIntervals()¶
- Return type:
.list of std.pairQTime,QTime
- getIterationInfo()¶
- Return type:
.std.vectorMacroIterationInfo
- getMatrices()¶
- Return type:
.std.vectorGKODMatrix
- getOriginalDemand()¶
- Return type:
GKTrafficDemand
- getOriginalGenerationMatrices()¶
- Return type:
.std.vectorGKODMatrix
- restore(s)¶
- Parameters:
s –
QDataStream- Return type:
- setAdjustedGenerationMatrices(aMatrices)¶
- Parameters:
aMatrices – .std.vectorGKODMatrix
- setMatrices(aMatrices)¶
- Parameters:
aMatrices – .std.vectorGKODMatrix
- setOriginalGenerationMatrices(aMatrices)¶
- Parameters:
aMatrices – .std.vectorGKODMatrix
- store(s)¶
- Parameters:
s –
QDataStream