Aimsun Next Scripting
22
|
Public Member Functions | |
GKPathAssignmentPlanItem () | |
uint | getFrom () const |
uint | getDuration () const |
void | setFrom (uint seconds) |
void | setDuration (uint seconds) |
void | setPathAssignment (GKPathAssignment *pathAssignment) |
GKPathAssignment * | getPathAssignment () const |
GKPathAssignmentPlanItem::GKPathAssignmentPlanItem | ( | ) |
uint GKPathAssignmentPlanItem::getDuration | ( | ) | const |
Gets the duration in seconds.
uint GKPathAssignmentPlanItem::getFrom | ( | ) | const |
Get the start time in seconds
GKPathAssignment * GKPathAssignmentPlanItem::getPathAssignment | ( | ) | const |
Gets this entry's path assignment
void GKPathAssignmentPlanItem::setDuration | ( | uint | seconds | ) |
Sets the duration in seconds.
void GKPathAssignmentPlanItem::setFrom | ( | uint | seconds | ) |
Sets the start time in seconds
void GKPathAssignmentPlanItem::setPathAssignment | ( | GKPathAssignment * | pathAssignment | ) |
Sets the path assignment of this entry.