Aimsun Next Scripting
24.0
|
Public Types | |
enum | ODStatType { eNone , eSelection , eAll } |
enum class | TrajectoryType { eVehicles = 0 , ePedestrian = 1 } |
Public Attributes | |
MethodCode QList< QPair< GKFilePath, QString > > * | extensions = new QList< QPair<GKFilePath,QString> >() |
sipRes = extensions | |
This class holds all the scenario input data (traffic demand, control plans, transit plans, outputs settings, ...)
|
strong |
GKScenarioInputData::GKScenarioInputData | ( | ) |
void GKScenarioInputData::activateExtension | ( | const QString & | name | ) |
If 'name' is found in the Enhanced Aimsun Next Extensions, it activates it. Else, nothing happens.
void GKScenarioInputData::activateExtensionAt | ( | int | index | ) |
It activates the Enhanced Aimsun Next Extension at 'index'. [ Store internal extensions always active ] PRE: 0 <= index < numberOfAimsunExtensions
void GKScenarioInputData::addExtension | ( | const QString & | extPath, |
bool | enabled | ||
) |
void GKScenarioInputData::addPairForPathStat | ( | uint | , |
uint | |||
) |
void GKScenarioInputData::addPairListStatistics | ( | const GKPairStat & | aPair | ) |
Adds a centroid pair to the list of centroids from where statistics will be collected.
void GKScenarioInputData::addPTTrajectory | ( | int | idLine, |
float | percentage, | ||
bool | keepStopTimes | ||
) |
Adds a trajectory to the list of trajectories from where statistics will be collected.
void GKScenarioInputData::addSubPath | ( | GKSubPath * | subpath | ) |
Adds a subpath to the list of subpaths from where statistics will be collected.
void GKScenarioInputData::addTrajectoryListStatistics | ( | TrajectoryType | aTrajectoriesType, |
const GKTrajectoryCondition & | value | ||
) |
Adds a trajectory to the list of trajectories from where statistics will be collected.
void GKScenarioInputData::clearPairListStatistics | ( | ) |
Removes all centroid pairs from the list of centroid pairs from where statistics will be collected.
void GKScenarioInputData::clearPairsForPathStat | ( | ) |
void GKScenarioInputData::clearPTTrajectories | ( | ) |
Removes all trajectories from the list of trajectories from where statistics will be collected.
void GKScenarioInputData::clearSubPaths | ( | ) |
Removes all subpaths from the list of subpaths from where statistics will be collected.
void GKScenarioInputData::clearTrajectoryListStatistics | ( | TrajectoryType | aTrajectoriesType | ) |
Removes all trajectories from the list of trajectories from where statistics will be collected (API purpose)
bool GKScenarioInputData::containsAimsunExtension | ( | const QString & | name | ) | const |
Returns if the Enhanced Aimsun Next Extensions with 'name' is included in this scenario (Active or not).
void GKScenarioInputData::deactivateExtension | ( | const QString & | name | ) |
If 'name' is found in the Enhanced Aimsun Next Extensions, it deactivates it. Else, nothing happens.
void GKScenarioInputData::deactivateExtensionAt | ( | int | index | ) |
It deactivates the Enhanced Aimsun Next Extension at 'index'. PRE: 0 <= index < numberOfAimsunExtensions
void GKScenarioInputData::enableExtension | ( | const QString & | extPath, |
bool | value | ||
) |
Activates or deactivates (depending on 'value') the API whose full path is specified in extPath.
void GKScenarioInputData::enableStoreDetection | ( | bool | value | ) |
Sets whether the detection data will be stored in the database or not
void GKScenarioInputData::enableStoreStatistics | ( | bool | value | ) |
Sets whether the statistics will be stored in the database or not
bool GKScenarioInputData::generateRelativeGapMatrices | ( | ) | const |
Returns true if the relative gap matrices are generated and false otherwise.
bool GKScenarioInputData::getActivateLinkCosts | ( | ) | const |
returns whether the storing of the link costs is activated or not
bool GKScenarioInputData::getActivateStatistics | ( | ) | const |
Returns whether the Statistics calculation are activated in the scenario or not. That is whether time series will be generated or they will be stored in the database.
const QString & GKScenarioInputData::getAimsunExtensionAt | ( | int | index | ) | const |
Returns the name of the Enhanced Aimsun Next Extensions at 'index' in this scenario (Active or not). PRE: 0 <= index < numberOfAimsunExtensions
const QString & GKScenarioInputData::getAnimationFile | ( | ) | const |
Gets the file where the XML animation for micro experiments will be stored into.
GKPolygon * GKScenarioInputData::getAnimationPolygon | ( | ) | const |
Gets the XML animation polygon to limit the animation output to objects inside the polygon. None if all the geometry is going to be taken into account.
double GKScenarioInputData::getAnimationRotation | ( | ) | const |
Gets the XML animation rotation (in degrees)
double GKScenarioInputData::getAnimationXRotationCenter | ( | ) | const |
Gets the X coordinate of the XML animation rotation center
double GKScenarioInputData::getAnimationXTranslation | ( | ) | const |
Gets the X coordinate of the XML animation translation
double GKScenarioInputData::getAnimationYRotationCenter | ( | ) | const |
Gets the Y coordinate of the XML animation rotation center
double GKScenarioInputData::getAnimationYTranslation | ( | ) | const |
Gets the Y coordinate of the XML animation translation
bool GKScenarioInputData::getControlMeteringStatistics | ( | ) | const |
Returns whether control statistics for meterings are being saved or not.
bool GKScenarioInputData::getControlPhaseEventStatistics | ( | ) | const |
Returns whether control statistics for phase events are being saved or not. Useful mainly for actuated control plans.
bool GKScenarioInputData::getControlPhaseStatistics | ( | ) | const |
Returns whether control statistics for phases are being saved or not
bool GKScenarioInputData::getControlPlanStatistics | ( | ) | const |
Once the Statistics have been activated, this function returns if control plan statistics are gathered
bool GKScenarioInputData::getControlSignalStatistics | ( | ) | const |
Returns whether control statistics for signal groups are being saved or not
bool GKScenarioInputData::getControlTurnStatistics | ( | ) | const |
Returns whether control statistics for turns are being saved or not
float GKScenarioInputData::getCycleDetection | ( | ) | const |
The detection cycle in seconds
bool GKScenarioInputData::getDebugControllers | ( | ) | const |
Gets whether to create debug files for controllers or not.
ODStatType GKScenarioInputData::getDestinationStatistics | ( | ) | const |
bool GKScenarioInputData::getDetailedPedTrajectoriesStatistics | ( | ) | const |
bool GKScenarioInputData::getDetailedTrajectoriesStatistics | ( | ) | const |
const GKTimeDuration & GKScenarioInputData::getDetectionInterval | ( | ) | const |
Returns the detection interval defined
bool GKScenarioInputData::getEnergyConsumption | ( | ) | const |
Returns whether statistics about energy consumption will be calculated or not
const QList< QPair< GKFilePath, QString > > GKScenarioInputData::getExtensions | ( | ) | const |
sipCpp GKScenarioInputData::getExtensions | ( | [&extensions] (const GKFilePath &path, bool enabled){ extensions->push_back(QPair< GKFilePath, QString >(path, enabled ? QString("1") :QString("0")));} | ) |
References extensions.
bool GKScenarioInputData::getGenerateSCATSSignalGroupFiles | ( | ) | const |
Gets whether to create log files for SCATS controllers or not.
bool GKScenarioInputData::getGlobalPedTrajectoriesStatistics | ( | ) | const |
bool GKScenarioInputData::getGlobalTrajectoriesStatistics | ( | ) | const |
bool GKScenarioInputData::getGroupStatistics | ( | ) | const |
Returns whether grouping statistics are gathered or not
double GKScenarioInputData::getHCMApproachMaxDistance | ( | ) | const |
Returns the HCM approach building maximum distance (in meters).
bool GKScenarioInputData::getHcmStatistics | ( | ) | const |
Returns whether the HCM statistics are activated or not.
bool GKScenarioInputData::getIndividualPTStats | ( | ) | const |
GKPathAssignmentPlan * GKScenarioInputData::getInputPathAssignmentPlan | ( | ) | const |
Returns the path assignment plan object used as input
bool GKScenarioInputData::getInstantEmission | ( | ) | const |
Returns whether Instant Emission pollutants will be calculated or not
bool GKScenarioInputData::getKeepHistoryDet | ( | ) | const |
Returns whether the detection data is defined to generate time series or not
bool GKScenarioInputData::getKeepHistoryStat | ( | ) | const |
Returns whether the statistics are defined to generate time series or not
bool GKScenarioInputData::getKeepLinkCostsInMemory | ( | ) | const |
returns the keep in memory flag of the link costs
bool GKScenarioInputData::getKeepPathsInMemory | ( | ) | const |
Returns whether path assignment is being kept in memory or not
bool GKScenarioInputData::getLemStatistics | ( | ) | const |
Returns whether Tate Emission pollutants model will be calculated or not. Keep in mind that is mandatory "activate" sections check box
const GKGroup * GKScenarioInputData::getLinkStatsGroup | ( | ) | const |
Only the Costs and Travel Times for the Links included in the group will be saved to the database. All Links will be saved if no group is specified
bool GKScenarioInputData::getMatrixStatistics | ( | ) | const |
Once the Statistics have been activated, this function returns whether the centroid statistics calculation is activated or not.
int GKScenarioInputData::getNbDetectionIntervals | ( | ) | const |
Helper function: how many intervals for detection? It takes into account the simulation length and the detection interval.
int GKScenarioInputData::getNbStatisticsIntervals | ( | ) | const |
Helper function: how many intervals for statistics? It takes into account the simulation length and the stat interval.
uint GKScenarioInputData::getNLastIterationsToSave | ( | ) | const |
Only the Costs and Travel Times for the last N iterations will be saved to the database. All iterations will be saved if set to 0
int GKScenarioInputData::getNumberOfAimsunExtensions | ( | ) | const |
Returns the number of Enhanced Aimsun Next Extensions for this scenario (Active or not).
ODStatType GKScenarioInputData::getOriginStatistics | ( | ) | const |
const QVector< GKPairStat > & GKScenarioInputData::getPairListStatistics | ( | ) | const |
Returns the list of centroid pairs from where statistics will be collected.
ODStatType GKScenarioInputData::getPairsStatistics | ( | ) | const |
const QString & GKScenarioInputData::getParametersFromExtension | ( | const QString & | name | ) | const |
If 'name' is found in the Enhanced Aimsun Next Extensions, returns the parameters. Else, returns the name unchanged.
const QString & GKScenarioInputData::getParametersFromExtensionAt | ( | int | index | ) | const |
Returns the parameters in the Enhanced Aimsun Next Extensions at 'index'. PRE: 0 <= index < numberOfAimsunExtensions
bool GKScenarioInputData::getPedestrianCrossingStatistics | ( | ) | const |
Returns whether pedestrian crossing statistics are gathered or not
bool GKScenarioInputData::getPollutionEmission | ( | ) | const |
Returns whether statistics for pollutants will be calculated or not
const QString & GKScenarioInputData::getPrefixForSCATSSignalGroupFiles | ( | ) | const |
Gets the prefix (that is, complete path + file prefix) to use when creating the log files for SCATS Controllers. The ID of the controller and the txt extension will be automatically added to the prefix when creating the file to write the info in.
bool GKScenarioInputData::getPTStatistics | ( | ) | const |
Once the Statistics have been activated, this function returns whether the transit statistics calculation is activated or not.
bool GKScenarioInputData::getPTStopStatistics | ( | ) | const |
Returns whether pedestrian transit stop statistics are gathered or not
const QMap< int, GKPublicTransportStat > & GKScenarioInputData::getPTTrajectories | ( | ) | const |
Returns the list of trajectory from where statistics will be collected.
bool GKScenarioInputData::getSaveAnimation | ( | ) | const |
Gets whether to store an XML animation or not for micro experiments.
bool GKScenarioInputData::getSaveLinkCosts | ( | ) | const |
GKScenario * GKScenarioInputData::getScenario | ( | ) | const |
Returns the scenario related to this scenario input data
bool GKScenarioInputData::getSectionLanesStatistics | ( | ) | const |
Once the Statistics have been activated, this function returns whether the section lane statistics calculation is activated or not.
bool GKScenarioInputData::getSectionsStatistics | ( | ) | const |
Once the Statistics have been activated, this function returns whether the section statistics calculation is activated or not.
bool GKScenarioInputData::getSectionTrajectoriesStatistics | ( | ) | const |
bool GKScenarioInputData::getServicePointStatistics | ( | ) | const |
Returns whether pedestrian service point statistics are gathered or not
const GKTimeDuration & GKScenarioInputData::getStatisticalInterval | ( | ) | const |
Returns the statistics interval defined
bool GKScenarioInputData::getStoreAllPairsPathStat | ( | ) | const |
const QVector< GKSubPath * > & GKScenarioInputData::getSubPaths | ( | ) | const |
Returns the list of subpaths from where statistics will be collected.
bool GKScenarioInputData::getSubPathsStatistics | ( | ) | const |
Once the Statistics have been activated, this function returns whether the subpath statistics calculation is activated or not.
bool GKScenarioInputData::getTrafficManagementStatistics | ( | ) | const |
Once the Statistics have been activated, this function returns if traffic management statistics are gathered
bool GKScenarioInputData::getTrajectoriesStatistics | ( | ) | const |
Returns whether statistics about trajectories will be stored in the database or not
std::vector< GKTrajectoryCondition > GKScenarioInputData::getTrajectoryListByCentroid | ( | TrajectoryType | aTrajectoriesType, |
uint | aCentroidId | ||
) |
Removes a trajectorypair from the list of trajectories from where statistics will be collected by centroid.
std::vector< GKTrajectoryCondition > GKScenarioInputData::getTrajectoryListByVehicleType | ( | TrajectoryType | aTrajectoriesType, |
uint | aMobileAgentId | ||
) |
Removes a trajectorypair from the list of trajectories from where statistics will be collected by mobile agent.
const std::vector< GKTrajectoryCondition > & GKScenarioInputData::getTrajectoryListStatistics | ( | TrajectoryType | aTrajectoriesType | ) | const |
Returns the list of trajectory from where statistics will be collected by trajectories type (veh or ped)
bool GKScenarioInputData::getTurnsStatistics | ( | ) | const |
Once the Statistics have been activated, this function returns whether the nodes and turns statistics calculation is activated or not.
bool GKScenarioInputData::isAimsunExtensionActive | ( | const QString & | name | ) | const |
If 'name' is found in the Enhanced Aimsun Next Extensions and is active, returns true. Else, returns false.
bool GKScenarioInputData::isAimsunExtensionActiveAt | ( | int | index | ) | const |
Returns true if the Enhanced Aimsun Next Extension at 'index' is active. Else, returns false. PRE: 0 <= index < numberOfAimsunExtensions
bool GKScenarioInputData::isCycleDetectionAsSimulationStep | ( | ) | const |
Use the simulation step as the detection cycle? The default is yes.
bool GKScenarioInputData::isPairInStatistics | ( | const GKPairStat & | aPair | ) | const |
Returns true if the centroid pair is in the list of centroid pairs from where statistics will be collected.
bool GKScenarioInputData::isSubPathInStatistics | ( | GKSubPath * | subpath | ) | const |
Returns true if the subpath is in the list of subpaths from where statistics will be collected.
void GKScenarioInputData::removeExtension | ( | const QString & | extPath | ) |
End void GKScenarioInputData::removeExtensions | ( | ) |
Removes all the Aimsun APIs in this scenario from the list.
void GKScenarioInputData::removePairForPathStat | ( | uint | , |
uint | |||
) |
void GKScenarioInputData::removePairListStatistics | ( | const GKPairStat & | aPair | ) |
Removes a centroid pair from the list of centroid pairs from where statistics will be collected.
void GKScenarioInputData::removeSubPath | ( | GKSubPath * | subpath | ) |
Removes the specified subpath from the input data.
void GKScenarioInputData::removeTrajectoryListStatistics | ( | TrajectoryType | aTrajectoriesType, |
const GKTrajectoryCondition & | value | ||
) |
Removes a trajectorypair from the list of trajectories from where statistics will be collected (API purpose)
bool GKScenarioInputData::saveLinkCostAndFlowStats | ( | ) | const |
Returns true if Link Costs and Travel Times need to be saved to the database. ( DUELINKDATA )
bool GKScenarioInputData::saveRelativeGapStats | ( | ) | const |
Returns true if the relative gap statistics need to be saved to the database ( DUERGAP + DUEITERDATA ).
void GKScenarioInputData::setAnimationFile | ( | const QString & | afileName | ) |
Sets the file where the XML animation for micro experiments will be stored into.
void GKScenarioInputData::setAnimationPolygon | ( | GKPolygon * | pol | ) |
Sets the XML animation polygon to limit the animation output to objects inside the polygon.
void GKScenarioInputData::setAnimationRotation | ( | double | value | ) |
Sets the XML animation rotation (in degrees)
void GKScenarioInputData::setAnimationXRotationCenter | ( | double | value | ) |
Sets the X coordinate of the XML animation rotation center
void GKScenarioInputData::setAnimationXTranslation | ( | double | value | ) |
Sets the X coordinate of the XML animation translation
void GKScenarioInputData::setAnimationYRotationCenter | ( | double | value | ) |
Sets the Y coordinate of the XML animation rotation center
void GKScenarioInputData::setAnimationYTranslation | ( | double | value | ) |
Sets the Y coordinate of the XML animation translation
void GKScenarioInputData::setControlMeteringStatistics | ( | bool | save | ) |
Sets whether control statistics for meterings are being saved or not.
void GKScenarioInputData::setControlPhaseEventStatistics | ( | bool | save | ) |
Sets whether control statistics for phase events are being saved or not. Useful mainly for actuated control plans.
void GKScenarioInputData::setControlPhaseStatistics | ( | bool | save | ) |
Sets whether control statistics for phases are being saved or not
void GKScenarioInputData::setControlPlanStatistics | ( | bool | value | ) |
Once the Statistics have been activated, this function sets whether control plan statistics are gathered or not
void GKScenarioInputData::setControlSignalStatistics | ( | bool | save | ) |
Sets whether control statistics for signal groups are being saved or not
void GKScenarioInputData::setControlTurnStatistics | ( | bool | save | ) |
Sets whether control statistics for turns are being saved or not
void GKScenarioInputData::setCycleDetection | ( | float | value | ) |
The detection cycle in seconds
void GKScenarioInputData::setCycleDetectionAsSimulationStep | ( | bool | value | ) |
Use the simulation step as the detection cycle? The default is yes.
void GKScenarioInputData::setDebugControllers | ( | bool | save | ) |
Sets whether to create debug files for controllers or not.
void GKScenarioInputData::setDestinationStatistics | ( | ODStatType | ) |
void GKScenarioInputData::setDetailedPedTrajectoriesStatistics | ( | bool | aDetailedPedTrajectories | ) |
void GKScenarioInputData::setDetailedTrajectoriesStatistics | ( | bool | save | ) |
void GKScenarioInputData::setDetectionInterval | ( | const GKTimeDuration & | atime | ) |
Sets the time interval to be used for gathering detection data.
void GKScenarioInputData::setEnergyConsumption | ( | bool | value | ) |
Sets whether statistics about energy consumption will be calculated or not
void GKScenarioInputData::setGenerateRelativeGapMatrices | ( | bool | value | ) |
Sets whether the relative gap matrices will be generated.
void GKScenarioInputData::setGenerateSCATSSignalGroupFiles | ( | bool | save | ) |
Sets whether to create log files for SCATS controllers or not.
void GKScenarioInputData::setGlobalPedTrajectoriesStatistics | ( | bool | aGlobalPedTrajectories | ) |
void GKScenarioInputData::setGlobalTrajectoriesStatistics | ( | bool | save | ) |
Once the Trajectories have been activated, this function sets whether the gloabl trajectory data is going to be gathered or not.
void GKScenarioInputData::setGroupStatistics | ( | bool | value | ) |
Sets whether grouping statistics are gathered or not
void GKScenarioInputData::setHCMApproachMaxDistance | ( | double | aDistance | ) |
Set the HCM approach building maximum distance (in meters).
void GKScenarioInputData::setHcmStatistics | ( | bool | value | ) |
Returns whether to activate the HCM statistics or not.
void GKScenarioInputData::setIndividualPTStats | ( | bool | value | ) |
void GKScenarioInputData::setInputPathAssignmentPlan | ( | GKPathAssignmentPlan * | ) |
Sets the path assignment plan object used as input
void GKScenarioInputData::setInstantEmission | ( | bool | value | ) |
Sets whether Instant Emission pollutants will be calculated or not
void GKScenarioInputData::setKeepHistoryDet | ( | bool | value | ) |
Sets whether the detection data will generate time series or not
void GKScenarioInputData::setKeepHistoryStat | ( | bool | value | ) |
Sets whether the statistics are defined to generate time series or not
void GKScenarioInputData::setKeepLinkCostsInMemory | ( | bool | keep | ) |
sets the keep in memory flag of the link costs
void GKScenarioInputData::setKeepPathsInMemory | ( | bool | keep | ) |
Sets whether path assignment is going to be kept in memory or not
void GKScenarioInputData::setLemStatistics | ( | bool | value | ) |
Sets whether Tate Emission pollutants model will be calculated or not. Keep in mind that is mandatory "activate" sections check box
void GKScenarioInputData::setLinkStatsGroup | ( | const GKGroup * | group | ) |
Sets which Links Costs and Travel times need to be saved to the database.
void GKScenarioInputData::setMatrixStatistics | ( | bool | value | ) |
Once the Statistics have been activated, this function returns whether the centroid statistics calculation is activated or not.
void GKScenarioInputData::setNLastIterationsToSave | ( | int | num | ) |
Sets the number of iterations ( starting by last one ) that need to be saved to the database.
void GKScenarioInputData::setOriginStatistics | ( | ODStatType | ) |
void GKScenarioInputData::setPairsStatistics | ( | ODStatType | ) |
void GKScenarioInputData::setParametersForExtension | ( | const QString & | name, |
const QString & | params | ||
) |
If 'name' is found in the Enhanced Aimsun Next Extensions, is modifies its parameters with 'params'. Else, it creates the extension with (name, params, false).
void GKScenarioInputData::setParametersForExtensionAt | ( | int | index, |
const QString & | params | ||
) |
It modifies the parameters in the Enhanced Aimsun Next Extensions at 'index'. PRE: 0 <= index < numberOfAimsunExtensions
void GKScenarioInputData::setPedestrianCrossingStatistics | ( | bool | value | ) |
Sets whether pedestrian crossing statistics are gathered or not
void GKScenarioInputData::setPollutionEmission | ( | bool | value | ) |
Sets whether statistics for pollutants will be calculated or not
void GKScenarioInputData::setPrefixForSCATSSignalGroupFiles | ( | const QString & | prefix | ) |
Sets the prefix (that is, complete path + file prefix) to use when creating the log files for SCATS Controllers. The ID of the controller and the txt extension will be automatically added to the prefix when creating the file to write the info in.
void GKScenarioInputData::setPTStatistics | ( | bool | value | ) |
Once the Statistics have been activated, this function sets whether the transit statistics calculation will be activated or not.
void GKScenarioInputData::setPTStopStatistics | ( | bool | value | ) |
Sets whether pedestrian transit stop statistics are gathered or not
void GKScenarioInputData::setSaveAnimation | ( | bool | value | ) |
Sets whether to store an XML animation or not for micro experiments.
void GKScenarioInputData::setSaveLinkCostAndFlowStats | ( | bool | value | ) |
Sets whether Link Cost and Travel Times statistics need to be saved to the database.
void GKScenarioInputData::setSaveLinkCosts | ( | bool | ) |
void GKScenarioInputData::setSaveRelativeGapStats | ( | bool | value | ) |
Sets whether the relative gap statistics need to be saved to the database.
void GKScenarioInputData::setSectionLanesStatistics | ( | bool | value | ) |
Once the Statistics have been activated, this function activates or deactivates section lanes statistics calculation.
void GKScenarioInputData::setSectionsStatistics | ( | bool | value | ) |
Once the Statistics have been activated, this function activates or deactivates section statistics calculation.
void GKScenarioInputData::setSectionTrajectoriesStatistics | ( | bool | save | ) |
void GKScenarioInputData::setServicePointStatistics | ( | bool | value | ) |
Sets whether pedestrian service point statistics are gathered or not
void GKScenarioInputData::setStatisticalInterval | ( | const GKTimeDuration & | atime | ) |
Sets the time interval to be used for gathering statistics.
void GKScenarioInputData::setStoreAllPairsPathStat | ( | bool | ) |
void GKScenarioInputData::setSubPathsStatistics | ( | bool | value | ) |
Once the Statistics have been activated, this function sets whether the subpath statistics calculation is activated or not.
void GKScenarioInputData::setTrafficManagementStatistics | ( | bool | value | ) |
Once the Statistics have been activated, this function sets whether traffic management statistics are gathered or not
void GKScenarioInputData::setTrajectoriesStatistics | ( | bool | value | ) |
Sets whether to store statistics about trajectories in the database or not
void GKScenarioInputData::setTrajectoryConditionsStats | ( | TrajectoryType | aTrajectoriesType, |
const std::vector< GKTrajectoryCondition > & | aTrajectories | ||
) |
Set trajectory conditions for statistics.
void GKScenarioInputData::setTurnsStatistics | ( | bool | value | ) |
Once the Statistics have been activated, this function sets whether the nodes and turns statistics calculation will be activated or not.
bool GKScenarioInputData::storeDetectionEnabled | ( | ) | const |
Returns whether the detection data is defined to be stored in the database or not
bool GKScenarioInputData::storeEnabled | ( | ) | const |
Returns true if simulation data will be store in the database (getActivateStatistics, getActivateDetection, getActivatePathStat, storeStatisticsEnabled, storeDetectionEnabled, storePathStatEnabled)
bool GKScenarioInputData::storeStatisticsEnabled | ( | ) | const |
Returns whether the statistics are defined to be stored in the database or not
MethodCode QList< QPair<GKFilePath,QString> >* GKScenarioInputData::extensions = new QList< QPair<GKFilePath,QString> >() |
Referenced by getExtensions().
GKScenarioInputData::sipRes = extensions |