PyANGKernel.GKFurnessOperation¶
- class GKFurnessOperation¶
Synopsis¶
Methods¶
def
__init__()def
execute()def
getNbOrigins()def
getResEpsilon()def
getResMatrix()def
getResult()def
setEpsilon()def
setLMax()def
setMatrixTrips()def
setOrigins()
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
- class GKFurnessResult¶
- __init__()¶
- execute()¶
- getResMatrix()¶
- Return type:
- getResult()¶
- Return type:
- setDestinations(centroids)¶
- Parameters:
centroids – .list of GKCentroid
- setDestinationsTotals(destTotals)¶
- Parameters:
destTotals – .list of double
- setEpsilon(value)¶
- Parameters:
value – float
- setLMax(value)¶
- Parameters:
value – int
- setMatrixTrips(matrix)¶
- Parameters:
matrix –
GKODMatrix
- setOrigins(centroids)¶
- Parameters:
centroids – .list of GKCentroid
- setOriginsTotals(originTotals)¶
- Parameters:
originTotals – .list of double