Aimsun Next Scripting
22
|
Public Member Functions | |
QVector< GKODMatrix * > | getSkimMatrices () const |
void | setSkimMatrices (const QVector< GKODMatrix * > &iMatrices) |
void | clearSkimMatrices () |
void | setOutputPathAssignment (GKPathAssignment *aPathAssignment) |
GKPathAssignment * | getOutputPathAssignment () const |
void | setOutputPathAssignmentSubset (GKPathAssignment *aPathAssignment) |
GKPathAssignment * | getOutputPathAssignmentSubset () const |
void | setStorePaths (bool storePaths) |
bool | getStorePaths () const |
void | setStoreSubset (bool storeSubset) |
bool | getStoreSubset () const |
void | setMaxPaths (int maxPaths) |
int | getMaxPaths () const |
The output generated by a macro experiment.
void MacroExperimentOutputData::clearSkimMatrices | ( | ) |
Clear list of skim matrices generated by the last execution of the experiment.
int MacroExperimentOutputData::getMaxPaths | ( | ) | const |
Get the maximum number of paths to be stored in the subset.
GKPathAssignment * MacroExperimentOutputData::getOutputPathAssignment | ( | ) | const |
Get output path assignment object.
GKPathAssignment * MacroExperimentOutputData::getOutputPathAssignmentSubset | ( | ) | const |
QVector< GKODMatrix * > MacroExperimentOutputData::getSkimMatrices | ( | ) | const |
Get the generated skim matrices
bool MacroExperimentOutputData::getStorePaths | ( | ) | const |
Get whether paths will be stored or not.
bool MacroExperimentOutputData::getStoreSubset | ( | ) | const |
Get whether a subset of paths will be stored or not.
void MacroExperimentOutputData::setMaxPaths | ( | int | maxPaths | ) |
Set the maximum number of paths to store in the subset.
void MacroExperimentOutputData::setOutputPathAssignment | ( | GKPathAssignment * | aPathAssignment | ) |
Set output path assignment object.
void MacroExperimentOutputData::setOutputPathAssignmentSubset | ( | GKPathAssignment * | aPathAssignment | ) |
void MacroExperimentOutputData::setSkimMatrices | ( | const QVector< GKODMatrix * > & | iMatrices | ) |
Set the list of skim matrices.
void MacroExperimentOutputData::setStorePaths | ( | bool | storePaths | ) |
Set whether to store paths or not.
void MacroExperimentOutputData::setStoreSubset | ( | bool | storeSubset | ) |
Set whether to store a subset of paths or not.