PyKalmanPlugin.GKDynamicAdjustmentOutput

class GKDynamicAdjustmentOutput

Synopsis

Methods

Virtual 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__(aModel)
Parameters:

aModelGKModel

__init__(iOther)
Parameters:

iOtherGKDynamicAdjustmentOutput

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

getTotalError()
Return type:

float

getTypeName()
Return type:

str

getVehicles()
Return type:

.list of GKVehicle

restore(s)
Parameters:

sQDataStream

Return type:

bool

setAdjustedGenerationMatrices(aMatrices)
Parameters:

aMatrices – .std.vectorGKODMatrix

setMatrices(aMatrices)
Parameters:

aMatrices – .std.vectorGKODMatrix

setOriginalGenerationMatrices(aMatrices)
Parameters:

aMatrices – .std.vectorGKODMatrix

store(s)
Parameters:

sQDataStream