Aimsun Next Scripting
22
|
Public Types | |
typedef QMap< GKObject *, double > | Map |
Public Member Functions | |
GKWalkingTime () | |
GKWalkingTime (const GKWalkingTime &other) | |
Map | getWalkingTimes (GKObject *iMainObject, const GKModel *iModel) const |
void | setWalkingTimes (const Map &m) |
QList< GKObject * > | getRelatedObjects (const GKModel *iModel) const |
typedef QMap<GKObject*,double> GKWalkingTime::Map |
GKWalkingTime::GKWalkingTime | ( | ) |
Constructor
GKWalkingTime::GKWalkingTime | ( | const GKWalkingTime & | other | ) |
Constructor
Returns the objects to which or from which there is a defined walking time.
Returns the walkingTimes map: walkingTime to an object (for the objects it has been defined), by object id.
void GKWalkingTime::setWalkingTimes | ( | const Map & | m | ) |
Sets the walkingTimes map: walkingTime to an object (for the objects it has been defined), by object id.