PyMacroPTPlugin.PTSkimCalculator

class PTSkimCalculator

The PTSkimCalculator class

Inheritance diagram of PyMacroPTPlugin.PTSkimCalculator

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__(iForest, iFilter, iCenConfig, iParallelProcessing)
Parameters:
  • iForestPTForest

  • iFilterPTForestFilter

  • iCenConfigGKCentroidConfiguration

  • iParallelProcessing – bool

generateCostComponentMatrix(componentIndex, iPrefix, iName, temporary)
Parameters:
  • componentIndex – int

  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

GKODMatrix

generateCostMatrix(iPrefix, iName, temporary)
Parameters:
  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

GKODMatrix

generateCrowdDiscomfortMatrix(iPrefix, iName, temporary)
Parameters:
  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

GKODMatrix

generateDerivedCostComponentMatrix(derivedComponent, iPrefix, iName, temporary)
Parameters:
Return type:

GKODMatrix

generateFareMatrix(iPrefix, iName, temporary)
Parameters:
  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

GKODMatrix

generateInVehicleDistanceMatrix(iPrefix, iName, temporary)
Parameters:
  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

GKODMatrix

generateInVehicleTimeMatrix(iPrefix, iName, temporary)
Parameters:
  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

GKODMatrix

generateInitialWaitingTimeMatrix(iPrefix, iName, temporary)
Parameters:
  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

GKODMatrix

generateTransferPenaltyMatrix(iPrefix, iName, temporary)
Parameters:
  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

GKODMatrix

generateTripsMatrix(iPrefix, iName, temporary)
Parameters:
  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

GKODMatrix

generateWaitingTimeMatrix(iPrefix, iName, temporary)
Parameters:
  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

GKODMatrix

generateWalkingTimeMatrix(iPrefix, iName, temporary)
Parameters:
  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

GKODMatrix

getCostComponentIndex(componentID)
Parameters:

componentID – int

Return type:

int

getSkimMatrices(iPrefix, iName, temporary)
Parameters:
  • iPrefix – str

  • iName – str

  • temporary – bool

Return type:

.list of GKODMatrix

hasTrips()
Return type:

bool