![]() |
SUMO - Simulation of Urban MObility
|
A MSVehicle extended by some values for usage within the gui. More...
#include <GUIMEVehicle.h>
Public Types | |
typedef long long int | NumericalID |
Public Member Functions | ||||
virtual void | activateReminders (const MSMoveReminder::Notification reason, const MSLane *enteredLane=0) | |||
"Activates" all current move reminder More... | ||||
virtual void | addContainer (MSTransportable *container) | |||
Adds a container to this vehicle. More... | ||||
virtual void | addPerson (MSTransportable *person) | |||
Adds a person to this vehicle. More... | ||||
void | addReminder (MSMoveReminder *rem) | |||
Adds a MoveReminder dynamically. More... | ||||
bool | addStop (const SUMOVehicleParameter::Stop &stopPar, std::string &errorMsg, SUMOTime untilOffset=0, bool collision=false, MSRouteIterator *searchStart=0) | |||
Adds a stop. More... | ||||
void | addStops (const bool ignoreStopErrors) | |||
Adds stops to the built vehicle. More... | ||||
void | createDevice (const std::string &deviceName) | |||
create device of the given type More... | ||||
bool | drawAction_drawCarriageClass (const GUIVisualizationSettings &s, SUMOVehicleShape guiShape, bool asImage) const | |||
draws the given guiShape if it has distinc carriages/modules and eturns true if so More... | ||||
virtual void | drawAction_drawLinkItems (const GUIVisualizationSettings &) const | |||
virtual void | drawAction_drawPersonsAndContainers (const GUIVisualizationSettings &s) const | |||
virtual void | drawAction_drawVehicleBlinker (double) const | |||
virtual void | drawAction_drawVehicleBlueLight () const | |||
virtual void | drawAction_drawVehicleBrakeLight (double length, bool onlyOne=false) const | |||
virtual void | drawBestLanes () const | |||
Draws the vehicle's best lanes. More... | ||||
void | drawName (const Position &pos, const double scale, const GUIVisualizationTextSettings &settings, const double angle=0) const | |||
draw name of item More... | ||||
void | drawRouteHelper (const GUIVisualizationSettings &s, const MSRoute &r) const | |||
Draws the route. More... | ||||
double | estimateLeaveSpeed (const MSLink *link) const | |||
Returns the vehicle's estimated speed after driving accross the link. More... | ||||
virtual double | getAcceleration () const | |||
Returns the vehicle's acceleration. More... | ||||
SUMOTime | getAccumulatedWaitingTime () const | |||
Returns the duration for which the vehicle was blocked. More... | ||||
double | getAngle () const | |||
Return current angle. More... | ||||
virtual double | getArrivalPos () const | |||
Returns this vehicle's desired arrivalPos for its current route (may change on reroute) More... | ||||
double | getAverageSpeed () const | |||
Returns the vehicle's estimated average speed on the segment assuming no further delays. More... | ||||
double | getBackPositionOnLane (const MSLane *lane) const | |||
Get the vehicle's position relative to the given lane. More... | ||||
SUMOTime | getBlockTime () const | |||
Returns the time at which the vehicle was blocked. More... | ||||
double | getBlockTimeSeconds () const | |||
Returns the time at which the vehicle was blocked on the current segment. More... | ||||
double | getBrakeGap () const | |||
get distance for coming to a stop (used for rerouting checks) More... | ||||
double | getChosenSpeedFactor () const | |||
Returns the precomputed factor by which the driver wants to be faster than the speed limit. More... | ||||
double | getColorValue (int activeScheme) const | |||
gets the color value according to the current scheme index More... | ||||
double | getConservativeSpeed (SUMOTime &earliestArrival) const | |||
Returns the vehicle's estimated speed taking into account delays. More... | ||||
int | getContainerNumber () const | |||
Returns the number of containers. More... | ||||
const std::vector< MSTransportable * > & | getContainers () const | |||
retrieve riding containers More... | ||||
double | getCurrentLinkPenaltySeconds () const | |||
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty. More... | ||||
const MSRouteIterator & | getCurrentRouteEdge () const | |||
Returns an iterator pointing to the current edge in this vehicles route. More... | ||||
double | getCurrentStoppingTimeSeconds () const | |||
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty. More... | ||||
SUMOTime | getDepartDelay () const | |||
Returns the depart delay. More... | ||||
double | getDepartPos () const | |||
Returns this vehicle's real departure position. More... | ||||
SUMOTime | getDeparture () const | |||
Returns this vehicle's real departure time. More... | ||||
MSVehicleDevice * | getDevice (const std::type_info &type) const | |||
Returns a device of the given type if it exists or 0. More... | ||||
std::string | getDeviceParameter (const std::string &deviceName, const std::string &key) const | |||
try to retrieve the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists More... | ||||
const std::vector< MSVehicleDevice * > & | getDevices () const | |||
Returns this vehicle's devices. More... | ||||
const MSEdge * | getEdge () const | |||
Returns the edge the vehicle is currently at. More... | ||||
SUMOTime | getEventTime () const | |||
Returns the (planned) time at which the vehicle leaves his current cell. More... | ||||
double | getEventTimeSeconds () const | |||
Returns the earliest leave time for the current segment. More... | ||||
const std::string & | getID () const | |||
Returns the name of the vehicle. More... | ||||
double | getImpatience () const | |||
Returns this vehicles impatience. More... | ||||
MSLane * | getLane () const | |||
Returns the lane the vehicle is on. More... | ||||
SUMOTime | getLastEntryTime () const | |||
Returns the time the vehicle entered the current segment. More... | ||||
double | getLastEntryTimeSeconds () const | |||
Returns the entry time for the current segment. More... | ||||
double | getLastLaneChangeOffset () const | |||
Returns the time since the last lane change in seconds. More... | ||||
virtual double | getLateralPositionOnLane () const | |||
Get the vehicle's lateral position on the lane. More... | ||||
double | getLength () const | |||
Returns the vehicle's length. More... | ||||
double | getMaxSpeed () const | |||
Returns the maximum speed. More... | ||||
double | getNaviDegree () const | |||
return the current angle in navigational degrees More... | ||||
MSParkingArea * | getNextParkingArea () | |||
get the current parking area stop More... | ||||
int | getNumberReroutes () const | |||
Returns the number of new routes this vehicle got. More... | ||||
NumericalID | getNumericalID () const | |||
return the numerical ID which is only for internal usage More... | ||||
const SUMOVehicleParameter & | getParameter () const | |||
Returns the vehicle's parameter (including departure definition) More... | ||||
GUIParameterTableWindow * | getParameterWindow (GUIMainWindow &app, GUISUMOAbstractView &parent) | |||
Returns an own parameter window. More... | ||||
std::vector< std::string > | getPersonIDList () const | |||
Returns the list of persons. More... | ||||
int | getPersonNumber () const | |||
Returns the number of persons. More... | ||||
const std::vector< MSTransportable * > & | getPersons () const | |||
retrieve riding persons More... | ||||
Position | getPosition (const double offset=0) const | |||
Return current position (x/y, cartesian) More... | ||||
double | getPositionOnLane () const | |||
Get the vehicle's position along the lane. More... | ||||
double | getPreviousSpeed () const | |||
Returns the vehicle's previous speed. More... | ||||
int | getQueIndex () const | |||
Returns the index of the que the vehicle is in. More... | ||||
virtual const MSEdge * | getRerouteOrigin () const | |||
Returns the starting point for reroutes (usually the current edge) More... | ||||
const MSRoute & | getRoute () const | |||
Returns the current route. More... | ||||
MESegment * | getSegment () const | |||
Returns the current segment the vehicle is on. More... | ||||
MSVehicleType & | getSingularType () | |||
Replaces the current vehicle type with a new one used by this vehicle only. More... | ||||
double | getSlope () const | |||
Returns the slope of the road at vehicle's position. More... | ||||
double | getSpeed () const | |||
Returns the vehicle's estimated speed assuming no delays. More... | ||||
const ConstMSEdgeVector | getStopEdges () const | |||
Returns the list of still pending stop edges. More... | ||||
std::string | getStopInfo () const | |||
retrieve information about the current stop state More... | ||||
SUMOTime | getStoptime (const MESegment *const seg, SUMOTime time) const | |||
Returns until when to stop at the given segment. More... | ||||
GUIParameterTableWindow * | getTypeParameterWindow (GUIMainWindow &app, GUISUMOAbstractView &parent) | |||
Returns an own type parameter window. More... | ||||
SUMOVehicleClass | getVClass () const | |||
Returns the vehicle's access class. More... | ||||
const MSVehicleType & | getVehicleType () const | |||
Returns the vehicle's type definition. More... | ||||
double | getWaitingSeconds () const | |||
Returns the number of seconds waited (speed was lesser than 0.1m/s) More... | ||||
SUMOTime | getWaitingTime () const | |||
Returns the duration for which the vehicle was blocked. More... | ||||
double | getWidth () const | |||
Returns the vehicle's width. More... | ||||
GUIMEVehicle (SUMOVehicleParameter *pars, const MSRoute *route, MSVehicleType *type, const double speedFactor) | ||||
Constructor. More... | ||||
bool | hasArrived () const | |||
Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge) More... | ||||
bool | hasDeparted () const | |||
Returns whether this vehicle has already departed. More... | ||||
bool | hasDevice (const std::string &deviceName) const | |||
check whether the vehicle is equiped with a device of the given type More... | ||||
bool | hasValidRoute (std::string &msg, const MSRoute *route=0) const | |||
Validates the current or given route. More... | ||||
virtual bool | isFrontOnLane (const MSLane *) const | |||
Returns the information whether the front of the vehhicle is on the given lane. More... | ||||
bool | isOnRoad () const | |||
Returns the information whether the vehicle is on a road (is simulated) More... | ||||
bool | isParking () const | |||
Returns whether the vehicle is parking. More... | ||||
virtual bool | isRemoteControlled () const | |||
Returns the information whether the vehicle is fully controlled via TraCI. More... | ||||
virtual bool | isSelected () const | |||
whether this vehicle is selected in the GUI More... | ||||
bool | isStopped () const | |||
Returns whether the vehicle is at a stop. More... | ||||
bool | isStoppedInRange (double pos) const | |||
return whether the given position is within range of the current stop More... | ||||
bool | isStoppedTriggered () const | |||
Returns whether the vehicle is on a triggered stop. More... | ||||
bool | mayProceed () const | |||
Returns whether the vehicle is allowed to pass the next junction. More... | ||||
bool | moveRoutePointer () | |||
Update when the vehicle enters a new edge in the move step. More... | ||||
void | onDepart () | |||
Called when the vehicle is inserted into the network. More... | ||||
void | processStop () | |||
ends the current stop and performs loading/unloading More... | ||||
SUMOTime | remainingStopDuration () const | |||
Returns the remaining stop duration for a stopped vehicle or 0. More... | ||||
void | removeReminder (MSMoveReminder *rem) | |||
Removes a MoveReminder dynamically. More... | ||||
void | removeTransportable (MSTransportable *t) | |||
removes a person or container More... | ||||
void | replaceParameter (const SUMOVehicleParameter *newParameter) | |||
replace the vehicle parameter (deleting the old one) More... | ||||
bool | replaceParkingArea (MSParkingArea *, std::string &) | |||
replace the current parking area stop with a new stop with merge duration More... | ||||
bool | replaceRoute (const MSRoute *route, const std::string &info, bool onInit=false, int offset=0, bool addStops=true, bool removeStops=true) | |||
Replaces the current route by the given one. More... | ||||
bool | replaceRouteEdges (ConstMSEdgeVector &edges, double cost, double savings, const std::string &info, bool onInit=false, bool check=false, bool removeStops=true) | |||
Replaces the current route by the given edges. More... | ||||
void | replaceVehicleType (MSVehicleType *type) | |||
Replaces the current vehicle type by the one given. More... | ||||
void | reroute (SUMOTime t, const std::string &info, SUMOAbstractRouter< MSEdge, SUMOVehicle > &router, const bool onInit=false, const bool withTaz=false) | |||
Performs a rerouting using the given router. More... | ||||
void | selectBlockingFoes () const | |||
adds the blocking foes to the current selection More... | ||||
virtual void | setArrivalPos (double arrivalPos) | |||
Sets this vehicle's desired arrivalPos for its current route. More... | ||||
void | setBlockTime (const SUMOTime t) | |||
Sets the time at which the vehicle was blocked. More... | ||||
void | setChosenSpeedFactor (const double factor) | |||
Returns the precomputed factor by which the driver wants to be faster than the speed limit. More... | ||||
void | setDeviceParameter (const std::string &deviceName, const std::string &key, const std::string &value) | |||
try to set the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists More... | ||||
void | setEventTime (SUMOTime t, bool hasDelay=true) | |||
Sets the (planned) time at which the vehicle leaves his current cell. More... | ||||
void | setLastEntryTime (SUMOTime t) | |||
Sets the entry time for the current segment. More... | ||||
virtual void | setSegment (MESegment *s, int idx=0) | |||
Sets the current segment the vehicle is at together with its que. More... | ||||
const MSEdge * | succEdge (int nSuccs) const | |||
Returns the nSuccs'th successor of edge the vehicle is currently at. More... | ||||
void | updateDetectorForWriting (MSMoveReminder *rem, SUMOTime currentTime, SUMOTime exitTime) | |||
Updates a single vehicle detector if present. More... | ||||
void | updateDetectors (SUMOTime currentTime, const bool isLeave, const MSMoveReminder::Notification reason=MSMoveReminder::NOTIFICATION_JUNCTION) | |||
Updates all vehicle detectors. More... | ||||
virtual bool | wasRemoteControlled (SUMOTime lookBack=DELTA_T) const | |||
Returns the information whether the vehicle is fully controlled via TraCI. More... | ||||
~GUIMEVehicle () | ||||
destructor More... | ||||
state io | ||||
void | saveState (OutputDevice &out) | |||
Saves the states of a vehicle. More... | ||||
void | loadState (const SUMOSAXAttributes &attrs, const SUMOTime offset) | |||
Loads the state of this vehicle from the given description. More... | ||||
interfaces to be implemented by derived classes | ||||
virtual double | getColorValue (const GUIVisualizationSettings &, int) const | |||
virtual const std::string & | getMicrosimID () const | |||
Returns the id of the object as known to microsim. More... | ||||
virtual void | setMicrosimID (const std::string &newID) | |||
Changes the microsimID of the object. More... | ||||
GUIGlObjectType | getType () const | |||
Returns the type of the object as coded in GUIGlObjectType. More... | ||||
inherited from GUIGlObject | ||||
GUIGLObjectPopupMenu * | getPopUpMenu (GUIMainWindow &app, GUISUMOAbstractView &parent) | |||
Returns an own popup-menu. More... | ||||
Boundary | getCenteringBoundary () const | |||
Returns the boundary to which the view shall be centered in order to show the object. More... | ||||
void | drawOnPos (const GUIVisualizationSettings &s, const Position &pos, const double angle) const | |||
Draws the object on the specified position with the specified angle. More... | ||||
void | drawGL (const GUIVisualizationSettings &s) const | |||
Draws the object. More... | ||||
virtual void | drawGLAdditional (GUISUMOAbstractView *const parent, const GUIVisualizationSettings &s) const | |||
Draws additionally triggered visualisations. More... | ||||
Atomar getter methods | ||||
Returns the full name appearing in the tool tip
| ||||
const std::string & | getFullName () const | |||
virtual std::string | getParentName () const | |||
Returns the name of the parent object (if any) More... | ||||
GUIGlID | getGlID () const | |||
Returns the numerical id of the object. More... | ||||
Parameter table window I/O | ||||
Lets this object know a parameter window showing the object's values was opened
| ||||
void | addParameterTable (GUIParameterTableWindow *w) | |||
void | removeParameterTable (GUIParameterTableWindow *w) | |||
Lets this object know a parameter window showing the object's values was closed. More... | ||||
Static Public Member Functions | |
static bool | setFunctionalColor (int activeScheme, const MSBaseVehicle *veh) |
sets the color according to the current scheme index and some vehicle function More... | |
Static Public Attributes | |
static const GUIGlID | INVALID_ID = 0 |
static StringBijection< GUIGlObjectType > | TypeNames |
associates object types with strings More... | |
Protected Member Functions | |
void | buildAdditionalsPopupOptions (GUIMainWindow &app, GUIGLObjectPopupMenu *ret, const std::string &type) |
build basic additional popup options. Used to unify pop-ups menu in netedit and SUMO-GUI More... | |
void | buildShapePopupOptions (GUIMainWindow &app, GUIGLObjectPopupMenu *ret, const std::string &type) |
build basic shape popup options. Used to unify pop-ups menu in netedit and SUMO-GUI More... | |
void | calculateArrivalParams () |
(Re-)Calculates the arrival position and lane from the vehicle parameters More... | |
const Position & | getSeatPosition (int personIndex) const |
returns the seat position for the person with the given index More... | |
const MSVehicleType & | getVType () const |
A shortcut to myVehicle.myType. More... | |
void | setColor (const GUIVisualizationSettings &s) const |
sets the color according to the currente settings More... | |
helper methods for building popup-menus | |
void | buildPopupHeader (GUIGLObjectPopupMenu *ret, GUIMainWindow &app, bool addSeparator=true) |
Builds the header. More... | |
void | buildCenterPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to center to the object. More... | |
void | buildNameCopyPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds entries which allow to copy the name / typed name into the clipboard. More... | |
void | buildSelectionPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to (de)select the object. More... | |
void | buildShowParamsPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to open the parameter window. More... | |
void | buildShowTypeParamsPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to open the type parameter window. More... | |
void | buildPositionCopyEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to copy the cursor position if geo projection is used, also builds an entry for copying the geo-position. More... | |
void | buildShowManipulatorPopupEntry (GUIGLObjectPopupMenu *ret, bool addSeparator=true) |
Builds an entry which allows to open the manipulator window. More... | |
Static Protected Member Functions | |
static void | drawLinkItem (const Position &pos, SUMOTime arrivalTime, SUMOTime leaveTime, double exagerate) |
Protected Attributes | |
int | myArrivalLane |
The destination lane where the vehicle stops. More... | |
double | myArrivalPos |
The position on the destination lane where the vehicle stops. More... | |
SUMOTime | myBlockTime |
The time at which the vehicle was blocked on its current segment. More... | |
double | myChosenSpeedFactor |
A precomputed factor by which the driver wants to be faster than the speed limit. More... | |
MSDevice_Transportable * | myContainerDevice |
The containers this vehicle may have. More... | |
MSRouteIterator | myCurrEdge |
Iterator to current route-edge. More... | |
double | myDepartPos |
The real depart position. More... | |
SUMOTime | myDeparture |
The real departure time. More... | |
std::vector< MSVehicleDevice * > | myDevices |
The devices this vehicle has. More... | |
SUMOTime | myEventTime |
The (planned) time of leaving the segment (cell) More... | |
SUMOTime | myLastEntryTime |
The time the vehicle entered its current segment. More... | |
MFXMutex | myLock |
The mutex used to avoid concurrent updates of the vehicle buffer. More... | |
int | myNumberReroutes |
The number of reroutings. More... | |
const SUMOVehicleParameter * | myParameter |
This vehicle's parameter. More... | |
MSDevice_Transportable * | myPersonDevice |
The passengers this vehicle may have. More... | |
int | myQueIndex |
Index of the que the vehicle is in (important for multiqueue extension) More... | |
const MSRoute * | myRoute |
This vehicle's route. More... | |
PositionVector | mySeatPositions |
positions of seats in the vehicle (updated at every drawing step) More... | |
MESegment * | mySegment |
The segment the vehicle is at. More... | |
ConstMSEdgeVector | myStopEdges |
edges to stop More... | |
std::map< const MESegment *const, std::vector< SUMOVehicleParameter::Stop > > | myStops |
where to stop More... | |
MSVehicleType * | myType |
This vehicle's type. More... | |
Static Protected Attributes | |
static std::vector< MSTransportable * > | myEmptyTransportableVector |
static const SUMOTime | NOT_YET_DEPARTED = SUMOTime_MAX |
Additional visualisations | |
bool | hasActiveAddVisualisation (GUISUMOAbstractView *const parent, int which) const |
Returns whether the named feature is enabled in the given view. More... | |
void | addActiveAddVisualisation (GUISUMOAbstractView *const parent, int which) |
Adds the named visualisation feature to the given view. More... | |
void | removeActiveAddVisualisation (GUISUMOAbstractView *const parent, int which) |
Adds the named visualisation feature to the given view. More... | |
void | drawRoute (const GUIVisualizationSettings &s, int routeNo, double darken) const |
Chooses the route to draw and draws it, darkening it as given. More... | |
enum | VisualisationFeatures { VO_SHOW_BEST_LANES = 1, VO_SHOW_ROUTE = 2, VO_SHOW_ALL_ROUTES = 4, VO_SHOW_LFLINKITEMS = 8, VO_DRAW_OUTSIDE_NETWORK = 16 } |
Additional visualisation feature ids. More... | |
std::map< GUISUMOAbstractView *, int > | myAdditionalVisualizations |
Enabled visualisations, per view. More... | |
drawing helper methods | |
void | drawAction_drawVehicleAsBoxPlus () const |
void | drawAction_drawVehicleAsTrianglePlus () const |
bool | drawAction_drawVehicleAsPoly (const GUIVisualizationSettings &s) const |
bool | drawAction_drawVehicleAsImage (const GUIVisualizationSettings &s, double length=-1) const |
static void | drawPoly (double *poses, double offset) |
Move reminder structures | |
MoveReminderCont | myMoveReminders |
Currently relevant move reminders. More... | |
typedef std::vector< std::pair< MSMoveReminder *, double > > | MoveReminderCont |
Definition of a move reminder container. More... | |
A MSVehicle extended by some values for usage within the gui.
A visualisable MSVehicle. Extended by the possibility to retrieve names of all available vehicles (static) and the possibility to retrieve the color of the vehicle which is available in different forms allowing an easier recognition of done actions such as lane changing.
Definition at line 55 of file GUIMEVehicle.h.
|
protectedinherited |
Definition of a move reminder container.
Definition at line 502 of file MSBaseVehicle.h.
|
inherited |
Definition at line 62 of file SUMOVehicle.h.
|
inherited |
Additional visualisation feature ids.
Definition at line 281 of file GUIBaseVehicle.h.
GUIMEVehicle::GUIMEVehicle | ( | SUMOVehicleParameter * | pars, |
const MSRoute * | route, | ||
MSVehicleType * | type, | ||
const double | speedFactor | ||
) |
Constructor.
[in] | pars | The vehicle description |
[in] | route | The vehicle's route |
[in] | type | The vehicle's type |
[in] | speedFactor | The factor for driven lane's speed limits |
ProcessError | If a value is wrong |
Definition at line 46 of file GUIMEVehicle.cpp.
GUIMEVehicle::~GUIMEVehicle | ( | ) |
destructor
Definition at line 56 of file GUIMEVehicle.cpp.
|
virtualinherited |
"Activates" all current move reminder
For all move reminder stored in "myMoveReminders", their method "MSMoveReminder::notifyEnter" is called.
[in] | reason | The reason for changing the reminders' states |
[in] | enteredLane | The lane, which is entered (if applicable) |
Reimplemented in MSVehicle.
Definition at line 414 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by MSBaseVehicle::getDevices(), MESegment::receive(), and MELoop::teleportVehicle().
|
inherited |
Adds the named visualisation feature to the given view.
[in] | parent | The view for which the feature shall be enabled |
[in] | which | The visualisation feature to enable |
Definition at line 1211 of file GUIBaseVehicle.cpp.
References GUISUMOAbstractView::addAdditionalGLVisualisation(), and GUIBaseVehicle::myAdditionalVisualizations.
Referenced by GUIBaseVehicle::drawAction_drawVehicleBlueLight(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowAllRoutes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowBestLanes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowCurrentRoute(), and GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowLFLinkItems().
|
virtualinherited |
Adds a container to this vehicle.
The default implementation does nothing since containers are not supported by default
[in] | container | The container to add |
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 347 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::addTransportable(), MSDevice_Transportable::buildVehicleDevices(), SUMOVehicleParameter::depart, DEPART_TRIGGERED, SUMOVehicleParameter::departProcedure, MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSBaseVehicle::myContainerDevice, MSBaseVehicle::myDevices, MSBaseVehicle::myMoveReminders, and MSBaseVehicle::myParameter.
Referenced by MSVehicle::addContainer(), and MSBaseVehicle::getDevices().
|
inherited |
Definition at line 263 of file GUIGlObject.cpp.
References GUIGlObject::myParamWindows.
Referenced by GUIParameterTableWindow::GUIParameterTableWindow().
|
virtualinherited |
Adds a person to this vehicle.
The default implementation does nothing since persons are not supported by default
[in] | person | The person to add |
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 335 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::addTransportable(), MSDevice_Transportable::buildVehicleDevices(), SUMOVehicleParameter::depart, DEPART_TRIGGERED, SUMOVehicleParameter::departProcedure, MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSBaseVehicle::myDevices, MSBaseVehicle::myMoveReminders, MSBaseVehicle::myParameter, and MSBaseVehicle::myPersonDevice.
Referenced by MSVehicle::addPerson(), and MSBaseVehicle::getDevices().
|
inherited |
Adds a MoveReminder dynamically.
[in] | rem | the reminder to add |
Definition at line 387 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by MSVehicle::adaptLaneEntering2MoveReminder(), MESegment::addReminders(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSBaseVehicle::getDevices(), and MSVehicle::processNextStop().
|
virtualinherited |
Adds a stop.
The stop is put into the sorted list.
[in] | stop | The stop to add |
Implements SUMOVehicle.
Definition at line 221 of file MEVehicle.cpp.
References MSEdge::dictionary(), SUMOVehicleParameter::Stop::endPos, MELoop::getSegmentForEdge(), MSGlobals::gMesoNet, SUMOVehicleParameter::Stop::lane, MEVehicle::myStopEdges, and MEVehicle::myStops.
Referenced by MEVehicle::getLane().
|
inherited |
Adds stops to the built vehicle.
This code needs to be separated from the MSBaseVehicle constructor since it is not allowed to call virtual functions from a constructor
[in] | ignoreStopErrors | whether invalid stops trigger a warning only |
Definition at line 515 of file MSBaseVehicle.cpp.
References SUMOVehicle::addStop(), SUMOVehicleParameter::depart, MSRoute::getStops(), MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOVehicleParameter::repetitionOffset, SUMOVehicleParameter::repetitionsDone, SUMOVehicleParameter::stops, and WRITE_WARNING.
Referenced by MEVehicleControl::buildVehicle(), GUIMEVehicleControl::buildVehicle(), GUIVehicleControl::buildVehicle(), MSVehicleControl::buildVehicle(), MEVehicle::getBlockTimeSeconds(), MSVehicle::replaceRoute(), and MSBaseVehicle::setChosenSpeedFactor().
|
protectedinherited |
build basic additional popup options. Used to unify pop-ups menu in netedit and SUMO-GUI
Definition at line 301 of file GUIGlObject.cpp.
References GUIGlObject::buildCenterPopupEntry(), GUIGlObject::buildNameCopyPopupEntry(), GUIGlObject::buildPopupHeader(), GUIGlObject::buildPositionCopyEntry(), GUIGlObject::buildSelectionPopupEntry(), and GUIGlObject::buildShowParamsPopupEntry().
|
protectedinherited |
Builds an entry which allows to center to the object.
Definition at line 192 of file GUIGlObject.cpp.
References GUIIconSubSys::getIcon(), ICON_RECENTERVIEW, and MID_CENTER.
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIDetectorWrapper::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNECrossing::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GUIContainerStop::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GNELane::getPopUpMenu(), GUIEdge::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNENet::getPopUpMenu(), GUINet::getPopUpMenu(), GNEPoly::getPopUpMenu(), GNEPOI::getPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), GNEEdge::getPopUpMenu(), GUILane::getPopUpMenu(), and GNEAdditional::getPopUpMenu().
|
protectedinherited |
Builds entries which allow to copy the name / typed name into the clipboard.
Definition at line 201 of file GUIGlObject.cpp.
References MID_COPY_NAME, and MID_COPY_TYPED_NAME.
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIDetectorWrapper::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNECrossing::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GUIContainerStop::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GNELane::getPopUpMenu(), GUIEdge::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNEPoly::getPopUpMenu(), GNEPOI::getPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), GNEEdge::getPopUpMenu(), and GUILane::getPopUpMenu().
|
protectedinherited |
Builds the header.
Definition at line 183 of file GUIGlObject.cpp.
References GUIMainWindow::getBoldFont(), and GUIGlObject::getFullName().
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIDetectorWrapper::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GNEInternalLane::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNECrossing::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUIContainerStop::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GNELane::getPopUpMenu(), GUIEdge::getPopUpMenu(), GNEConnection::getPopUpMenu(), GNENet::getPopUpMenu(), GUINet::getPopUpMenu(), GNEPoly::getPopUpMenu(), GNEPOI::getPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), GNEEdge::getPopUpMenu(), GUILane::getPopUpMenu(), and GNEAdditional::getPopUpMenu().
|
protectedinherited |
Builds an entry which allows to copy the cursor position if geo projection is used, also builds an entry for copying the geo-position.
Definition at line 242 of file GUIGlObject.cpp.
References GeoConvHelper::getFinal(), MID_COPY_CURSOR_GEOPOSITION, and MID_COPY_CURSOR_POSITION.
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIDetectorWrapper::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNECrossing::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUIContainerStop::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GNELane::getPopUpMenu(), GNEConnection::getPopUpMenu(), GUIEdge::getPopUpMenu(), GNENet::getPopUpMenu(), GUINet::getPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), GNEEdge::getPopUpMenu(), GUILane::getPopUpMenu(), and GNEAdditional::getPopUpMenu().
|
protectedinherited |
Builds an entry which allows to (de)select the object.
Definition at line 211 of file GUIGlObject.cpp.
References GUIGlObject::getGlID(), GUIIconSubSys::getIcon(), GUIGlObject::getType(), gSelected, ICON_FLAG_MINUS, ICON_FLAG_PLUS, GUISelectedStorage::isSelected(), MID_ADDSELECT, and MID_REMOVESELECT.
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIDetectorWrapper::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUITriggeredRerouter::getPopUpMenu(), GUIContainerStop::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GUIEdge::getPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), and GUILane::getPopUpMenu().
|
protectedinherited |
build basic shape popup options. Used to unify pop-ups menu in netedit and SUMO-GUI
Definition at line 278 of file GUIGlObject.cpp.
References GUIGlObject::buildCenterPopupEntry(), GUIGlObject::buildNameCopyPopupEntry(), GUIGlObject::buildPopupHeader(), GUIGlObject::buildPositionCopyEntry(), GUIGlObject::buildSelectionPopupEntry(), and GUIGlObject::buildShowParamsPopupEntry().
Referenced by GUIPointOfInterest::getPopUpMenu(), and GNEPOI::getPopUpMenu().
|
protectedinherited |
Builds an entry which allows to open the manipulator window.
Definition at line 254 of file GUIGlObject.cpp.
References GUIIconSubSys::getIcon(), ICON_MANIP, and MID_MANIP.
Referenced by GUILaneSpeedTrigger::getPopUpMenu(), and GUITriggeredRerouter::getPopUpMenu().
|
protectedinherited |
Builds an entry which allows to open the parameter window.
Definition at line 224 of file GUIGlObject.cpp.
References GUIIconSubSys::getIcon(), ICON_APP_TABLE, and MID_SHOWPARS.
Referenced by GUIGlObject::buildAdditionalsPopupOptions(), GUIGlObject::buildShapePopupOptions(), GUIDetectorWrapper::getPopUpMenu(), GUITrafficLightLogicWrapper::getPopUpMenu(), GUIContainer::getPopUpMenu(), GUILaneSpeedTrigger::getPopUpMenu(), GUIPerson::getPopUpMenu(), GUIPolygon::getPopUpMenu(), GNEJunction::getPopUpMenu(), GNECrossing::getPopUpMenu(), GUICalibrator::getPopUpMenu(), GUIJunctionWrapper::getPopUpMenu(), GUIContainerStop::getPopUpMenu(), GUIBusStop::getPopUpMenu(), GUIChargingStation::getPopUpMenu(), GUIParkingArea::getPopUpMenu(), GNELane::getPopUpMenu(), GUIEdge::getPopUpMenu(), GNEConnection::getPopUpMenu(), GUINet::getPopUpMenu(), GNEPoly::getPopUpMenu(), GNEPOI::getPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), GNEEdge::getPopUpMenu(), GUILane::getPopUpMenu(), and GNEAdditional::getPopUpMenu().
|
protectedinherited |
Builds an entry which allows to open the type parameter window.
Definition at line 233 of file GUIGlObject.cpp.
References GUIIconSubSys::getIcon(), ICON_APP_TABLE, and MID_SHOWTYPEPARS.
Referenced by GUIPerson::getPopUpMenu(), and GUIBaseVehicle::getPopUpMenu().
|
protectedinherited |
(Re-)Calculates the arrival position and lane from the vehicle parameters
Definition at line 436 of file MSBaseVehicle.cpp.
References ARRIVAL_LANE_GIVEN, ARRIVAL_POS_CENTER, ARRIVAL_POS_GIVEN, ARRIVAL_POS_RANDOM, ARRIVAL_SPEED_GIVEN, SUMOVehicleParameter::arrivalLane, SUMOVehicleParameter::arrivalLaneProcedure, SUMOVehicleParameter::arrivalPos, SUMOVehicleParameter::arrivalPosProcedure, SUMOVehicleParameter::arrivalSpeed, SUMOVehicleParameter::arrivalSpeedProcedure, Named::getID(), MSBaseVehicle::getID(), MSEdge::getLanes(), MSRoute::getLastEdge(), MSVehicleType::getVehicleClass(), MSEdge::isTazConnector(), MAX2(), MIN2(), MSBaseVehicle::myArrivalLane, MSBaseVehicle::myArrivalPos, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MSBaseVehicle::myType, RandHelper::rand(), toString(), and WRITE_WARNING.
Referenced by MSBaseVehicle::getNumericalID(), MSBaseVehicle::MSBaseVehicle(), MSVehicle::replaceRoute(), MEVehicle::replaceRoute(), and MSBaseVehicle::reroute().
|
inherited |
create device of the given type
Definition at line 604 of file MSBaseVehicle.cpp.
References MSDevice_Routing::buildVehicleDevices(), MSBaseVehicle::getDevice(), MSBaseVehicle::hasDeparted(), MSBaseVehicle::hasDevice(), MSBaseVehicle::myDevices, MSBaseVehicle::myParameter, MSMoveReminder::NOTIFICATION_DEPARTED, and MSDevice_Routing::notifyEnter().
Referenced by libsumo::Vehicle::setParameter().
|
virtual |
draws the given guiShape if it has distinc carriages/modules and eturns true if so
Implements GUIBaseVehicle.
Definition at line 151 of file GUIMEVehicle.cpp.
References GUIBaseVehicle::drawAction_drawVehicleAsBoxPlus().
Referenced by getAngle().
|
inlinevirtualinherited |
Reimplemented in GUIVehicle.
Definition at line 135 of file GUIBaseVehicle.h.
References GUIBaseVehicle::drawAction_drawPersonsAndContainers().
Referenced by GUIBaseVehicle::drawGLAdditional().
|
virtualinherited |
Definition at line 1269 of file GUIBaseVehicle.cpp.
References GUIContainer::drawGL(), GUIPerson::drawGL(), GLHelper::drawLine(), GUIGlObject::getGlID(), GUIBaseVehicle::getSeatPosition(), MSDevice_Transportable::getTransportables(), GUIGlObject::getType(), MSBaseVehicle::myContainerDevice, MSBaseVehicle::myPersonDevice, GUIBaseVehicle::myVehicle, GUIContainer::setPositionInVehicle(), and GUIPerson::setPositionInVehicle().
Referenced by GUIBaseVehicle::drawAction_drawLinkItems(), and GUIBaseVehicle::drawOnPos().
|
protectedinherited |
Definition at line 335 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::getVType().
Referenced by drawAction_drawCarriageClass(), GUIBaseVehicle::drawAction_drawVehicleAsTrianglePlus(), and GUIBaseVehicle::drawOnPos().
|
protectedinherited |
Definition at line 859 of file GUIBaseVehicle.cpp.
References GUITexturesHelper::drawTexturedBox(), GUIVisualizationSizeSettings::getExaggeration(), MSVehicleType::getImgFile(), MSVehicleType::getLength(), GUITexturesHelper::getTextureID(), GUIBaseVehicle::getVType(), MSVehicleType::getWidth(), and GUIVisualizationSettings::vehicleSize.
Referenced by GUIVehicle::drawAction_drawRailCarriages(), and GUIBaseVehicle::drawOnPos().
|
protectedinherited |
Definition at line 384 of file GUIBaseVehicle.cpp.
References RGBColor::changedBrightness(), GUIBaseVehicle::drawAction_drawCarriageClass(), GLHelper::drawBoxLine(), GLHelper::drawFilledCircle(), GUIBaseVehicle::drawPoly(), GLHelper::getColor(), MSVehicleType::getGuiShape(), MSVehicleType::getLength(), GUIBaseVehicle::getVType(), MSVehicleType::getWidth(), RGBColor::GREY, GLHelper::setColor(), SVS_ANT, SVS_BICYCLE, SVS_BUS, SVS_BUS_COACH, SVS_BUS_FLEXIBLE, SVS_BUS_TROLLEY, SVS_DELIVERY, SVS_E_VEHICLE, SVS_EMERGENCY, SVS_FIREBRIGADE, SVS_MOPED, SVS_MOTORCYCLE, SVS_PASSENGER, SVS_PASSENGER_HATCHBACK, SVS_PASSENGER_SEDAN, SVS_PASSENGER_VAN, SVS_PASSENGER_WAGON, SVS_PEDESTRIAN, SVS_POLICE, SVS_RAIL, SVS_RAIL_CAR, SVS_RAIL_CARGO, SVS_RICKSHAW, SVS_SHIP, SVS_TRUCK, SVS_TRUCK_1TRAILER, SVS_TRUCK_SEMITRAILER, SVS_UNKNOWN, and vehiclePoly_PassengerCarBody.
Referenced by GUIBaseVehicle::drawOnPos().
|
protectedinherited |
Definition at line 350 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::drawAction_drawVehicleAsBoxPlus(), MSVehicleType::getLength(), and GUIBaseVehicle::getVType().
Referenced by GUIBaseVehicle::drawOnPos().
|
inlinevirtualinherited |
Reimplemented in GUIVehicle.
Definition at line 130 of file GUIBaseVehicle.h.
Referenced by GUIBaseVehicle::drawOnPos().
|
inlinevirtualinherited |
Reimplemented in GUIVehicle.
Definition at line 139 of file GUIBaseVehicle.h.
References GUIBaseVehicle::addActiveAddVisualisation(), GUIBaseVehicle::drawGL(), GUIBaseVehicle::drawGLAdditional(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::getCenteringBoundary(), GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::hasActiveAddVisualisation(), and GUIBaseVehicle::removeActiveAddVisualisation().
Referenced by GUIBaseVehicle::drawOnPos().
|
inlinevirtualinherited |
Reimplemented in GUIVehicle.
Definition at line 131 of file GUIBaseVehicle.h.
References UNUSED_PARAMETER.
Referenced by GUIBaseVehicle::drawOnPos().
|
inlinevirtualinherited |
Draws the vehicle's best lanes.
Reimplemented in GUIVehicle.
Definition at line 138 of file GUIBaseVehicle.h.
Referenced by GUIBaseVehicle::drawGLAdditional().
|
virtualinherited |
Draws the object.
[in] | s | The settings for the current view (may influence drawing) |
Implements GUIGlObject.
Definition at line 1051 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::getAngle(), and GUIBaseVehicle::getPosition().
Referenced by GUIBaseVehicle::drawAction_drawVehicleBlueLight(), GUIParkingArea::drawGL(), GUILane::drawGL(), and GUIBaseVehicle::drawGLAdditional().
|
virtualinherited |
Draws additionally triggered visualisations.
[in] | parent | The view |
[in] | s | The settings for the current view (may influence drawing) |
Reimplemented from GUIGlObject.
Definition at line 1057 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::drawAction_drawLinkItems(), GUIBaseVehicle::drawBestLanes(), GUIBaseVehicle::drawGL(), GUIBaseVehicle::drawRoute(), GUIGlObject::getGlID(), MSBaseVehicle::getNumberReroutes(), GUIGlObject::getType(), GUIBaseVehicle::hasActiveAddVisualisation(), MSBaseVehicle::isOnRoad(), GUIBaseVehicle::myVehicle, GUIBaseVehicle::VO_SHOW_ALL_ROUTES, GUIBaseVehicle::VO_SHOW_BEST_LANES, GUIBaseVehicle::VO_SHOW_LFLINKITEMS, and GUIBaseVehicle::VO_SHOW_ROUTE.
Referenced by GUIBaseVehicle::drawAction_drawVehicleBlueLight().
|
staticprotectedinherited |
Definition at line 1090 of file GUIBaseVehicle.cpp.
References GLHelper::drawFilledCircle(), GLHelper::drawText(), RGBColor::GREEN, STEPS2TIME, toString(), Position::x(), and Position::y().
Referenced by GUIVehicle::drawAction_drawLinkItems().
|
inherited |
draw name of item
Definition at line 330 of file GUIGlObject.cpp.
References GLHelper::drawTextSettings(), GUIGlObject::getMicrosimID(), and GUIVisualizationTextSettings::show.
Referenced by GNEBusStop::drawGL(), GNEContainerStop::drawGL(), GNEChargingStation::drawGL(), GNEParkingArea::drawGL(), GNEVaporizer::drawGL(), GNERouteProbe::drawGL(), GNEDetectorE3::drawGL(), GNEVariableSpeedSign::drawGL(), GNEJunction::drawGL(), GNERerouter::drawGL(), GNEDetectorEntry::drawGL(), GNEDetectorE1::drawGL(), GNEDetectorExit::drawGL(), GUIMEInductLoop::MyWrapper::drawGL(), GNEDetectorE1Instant::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIInstantInductLoop::MyWrapper::drawGL(), GUICalibrator::drawGL(), GUIContainer::drawGL(), GUIPerson::drawGL(), GNECalibrator::drawGL(), GUIJunctionWrapper::drawGL(), GNETAZ::drawGL(), GUIE3Collector::MyWrapper::drawGL(), GUIChargingStation::drawGL(), GUIContainerStop::drawGL(), GUIBusStop::drawGL(), GNEDetectorE2::drawGL(), GUIParkingArea::drawGL(), GUIEdge::drawGL(), GUIE2Collector::MyWrapper::drawGL(), GUIInductLoop::MyWrapper::drawGL(), GNEEdge::drawGL(), GUIPointOfInterest::drawInnerPOI(), GUIPolygon::drawInnerPolygon(), and GUIBaseVehicle::drawOnPos().
|
inherited |
Draws the object on the specified position with the specified angle.
[in] | s | The settings for the current view (may influence drawing) |
[in] | pos | The position to draw the vehicle on |
[in] | angle | The drawing angle of the vehicle |
Definition at line 878 of file GUIBaseVehicle.cpp.
References GUIVisualizationSettings::angle, GUIBaseVehicle::drawAction_drawCarriageClass(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIBaseVehicle::drawAction_drawVehicleAsBoxPlus(), GUIBaseVehicle::drawAction_drawVehicleAsImage(), GUIBaseVehicle::drawAction_drawVehicleAsPoly(), GUIBaseVehicle::drawAction_drawVehicleAsTrianglePlus(), GUIBaseVehicle::drawAction_drawVehicleBlinker(), GUIBaseVehicle::drawAction_drawVehicleBlueLight(), GUIBaseVehicle::drawAction_drawVehicleBrakeLight(), GUIVisualizationSettings::drawLaneChangePreference, GUIVisualizationSettings::drawMinGap, GUIGlObject::drawName(), GLHelper::drawOutlineCircle(), GLHelper::drawTextSettings(), GUIPropertySchemeStorage< T >::getActive(), GUIBaseVehicle::getColorValue(), MSBaseVehicle::getDevice(), GUIVisualizationSizeSettings::getExaggeration(), GUIGlObject::getGlID(), SUMOVehicle::getLane(), MSVehicleType::getLength(), MSVehicleType::getMinGap(), MSBaseVehicle::getParameter(), SUMOVehicle::getPosition(), MSDevice_BTreceiver::getRange(), GUIGlObject::getType(), GUIBaseVehicle::getVType(), SUMOVehicleParameter::line, M_PI, MAX2(), MIN2(), GUIBaseVehicle::mySeatPositions, GUIBaseVehicle::myVehicle, GUIVisualizationSettings::personName, RAD2DEG, GUIVisualizationSettings::scale, GUIVisualizationTextSettings::scaledSize(), GUIBaseVehicle::setColor(), GUIVisualizationTextSettings::show, GUIVisualizationSettings::showBlinker, GUIVisualizationSettings::showBTRange, SVS_ANT, SVS_BICYCLE, SVS_EMERGENCY, SVS_MOPED, SVS_MOTORCYCLE, SVS_PEDESTRIAN, SVS_RAIL, SVS_RAIL_CAR, SVS_RAIL_CARGO, SVS_SHIP, toString(), GUIVisualizationSettings::vehicleColorer, GUIVisualizationSettings::vehicleName, GUIVisualizationSettings::vehicleQuality, GUIVisualizationSettings::vehicleSize, GUIVisualizationSettings::vehicleValue, Position::x(), and Position::y().
Referenced by GUIBaseVehicle::drawAction_drawVehicleBlueLight(), GUIBaseVehicle::drawGL(), and GUIEdge::drawMesoVehicles().
|
staticprotectedinherited |
Definition at line 368 of file GUIBaseVehicle.cpp.
Referenced by GUIBaseVehicle::drawAction_drawVehicleAsPoly().
|
inherited |
Chooses the route to draw and draws it, darkening it as given.
[in] | s | The visualisation settings, needed to determine the vehicle's color |
[in] | routeNo | The route to show (0: the current, >0: prior) |
[in] | darken | The amount to darken the route by |
Definition at line 1228 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::drawRouteHelper(), MSBaseVehicle::getRoute(), MSDevice_Vehroutes::getRoute(), GUIBaseVehicle::myRoutes, GUIBaseVehicle::myVehicle, and GUIBaseVehicle::setColor().
Referenced by GUIBaseVehicle::drawGLAdditional().
|
virtual |
Draws the route.
[in] | r | The route to draw |
Implements GUIBaseVehicle.
Definition at line 207 of file GUIMEVehicle.cpp.
References MSRoute::begin(), GLHelper::drawBoxLines(), MSRoute::end(), GUIVisualizationSizeSettings::getExaggeration(), GUILane::getShape(), GUILane::getShapeLengths(), GUILane::getShapeRotations(), and GUIVisualizationSettings::vehicleSize.
Referenced by getAngle().
|
inherited |
Returns the vehicle's estimated speed after driving accross the link.
Definition at line 123 of file MEVehicle.cpp.
References MSVehicleType::getCarFollowModel(), MSLink::getLength(), MSCFModel::getMaxAccel(), MEVehicle::getSpeed(), MSLane::getVehicleMaxSpeed(), MSBaseVehicle::getVehicleType(), MSLink::getViaLaneOrLane(), and MIN2().
Referenced by MEVehicle::getLane(), and MESegment::isOpen().
|
virtualinherited |
Returns the vehicle's acceleration.
This default implementation returns always 0.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 304 of file MSBaseVehicle.cpp.
Referenced by MSBaseVehicle::getCurrentRouteEdge().
|
inlinevirtualinherited |
Returns the duration for which the vehicle was blocked.
Implements SUMOVehicle.
Definition at line 289 of file MEVehicle.h.
References MEVehicle::getWaitingTime().
|
inlinevirtual |
Return current angle.
Implements GUIBaseVehicle.
Definition at line 84 of file GUIMEVehicle.h.
References drawAction_drawCarriageClass(), drawRouteHelper(), MEVehicle::getAngle(), getColorValue(), getLastLaneChangeOffset(), getParameterWindow(), getStopInfo(), getTypeParameterWindow(), and selectBlockingFoes().
|
inlinevirtualinherited |
Returns this vehicle's desired arrivalPos for its current route (may change on reroute)
Implements SUMOVehicle.
Definition at line 274 of file MSBaseVehicle.h.
References MSBaseVehicle::myArrivalPos.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), and MSVehicle::rerouteParkingArea().
|
inherited |
Returns the vehicle's estimated average speed on the segment assuming no further delays.
Definition at line 117 of file MEVehicle.cpp.
References MESegment::getLength(), MEVehicle::myEventTime, MEVehicle::myLastEntryTime, MEVehicle::mySegment, and STEPS2TIME.
Referenced by MEVehicle::getLane(), and MEVehicle::getSpeed().
|
virtualinherited |
Get the vehicle's position relative to the given lane.
Implements SUMOVehicle.
Definition at line 72 of file MEVehicle.cpp.
References MSVehicleType::getLength(), MEVehicle::getPositionOnLane(), and MSBaseVehicle::getVehicleType().
|
inlineinherited |
Returns the time at which the vehicle was blocked.
Definition at line 278 of file MEVehicle.h.
References MEVehicle::myBlockTime.
Referenced by MELoop::checkCar(), and MEVehicle::getBlockTimeSeconds().
|
inlineinherited |
Returns the time at which the vehicle was blocked on the current segment.
Definition at line 316 of file MEVehicle.h.
References MSBaseVehicle::addStops(), MEVehicle::getBlockTime(), MEVehicle::getCurrentLinkPenaltySeconds(), MEVehicle::getCurrentStoppingTimeSeconds(), MEVehicle::loadState(), MEVehicle::mayProceed(), MSMoveReminder::NOTIFICATION_JUNCTION, MEVehicle::replaceRoute(), MEVehicle::saveState(), STEPS2TIME, MEVehicle::updateDetectorForWriting(), and MEVehicle::updateDetectors().
Referenced by getParameterWindow().
|
inlinevirtualinherited |
get distance for coming to a stop (used for rerouting checks)
Implements SUMOVehicle.
Definition at line 188 of file MEVehicle.h.
|
virtualinherited |
Returns the boundary to which the view shall be centered in order to show the object.
Implements GUIGlObject.
Definition at line 326 of file GUIBaseVehicle.cpp.
References Boundary::add(), MSVehicleType::getLength(), GUIBaseVehicle::getPosition(), MSBaseVehicle::getVehicleType(), Boundary::grow(), and GUIBaseVehicle::myVehicle.
Referenced by GUIBaseVehicle::drawAction_drawVehicleBlueLight().
|
inlinevirtualinherited |
Returns the precomputed factor by which the driver wants to be faster than the speed limit.
Implements SUMOVehicle.
Definition at line 407 of file MSBaseVehicle.h.
References MSBaseVehicle::myChosenSpeedFactor.
Referenced by libsumo::Vehicle::getAllowedSpeed(), getParameterWindow(), and GUIVehicle::getParameterWindow().
|
virtual |
gets the color value according to the current scheme index
Implements GUIBaseVehicle.
Definition at line 161 of file GUIMEVehicle.cpp.
References MSBaseVehicle::getDepartDelay(), MESegment::getEdge(), GUIGlObject::getGlID(), MSBaseVehicle::getNumberReroutes(), MEVehicle::getSegment(), MEVehicle::getSpeed(), MSEdge::getVehicleMaxSpeed(), MEVehicle::getWaitingSeconds(), GLO_VEHICLE, gSelected, GUISelectedStorage::isSelected(), and STEPS2TIME.
Referenced by getAngle().
|
inlinevirtualinherited |
Reimplemented in GUILane, GNELane, and GUIEdge.
Definition at line 145 of file GUIGlObject.h.
Referenced by GUISUMOAbstractView::showToolTipFor().
|
inherited |
Returns the vehicle's estimated speed taking into account delays.
[in,out] | earliestArrival | A lower bound on leaveTime, modified to contain new lower bound on leave Time |
Definition at line 132 of file MEVehicle.cpp.
References DELTA_T, MESegment::getLength(), MAX2(), MEVehicle::myEventTime, MEVehicle::myLastEntryTime, MEVehicle::mySegment, and STEPS2TIME.
Referenced by MEVehicle::getLane().
|
virtualinherited |
Returns the number of containers.
Implements SUMOVehicle.
Definition at line 555 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::containerNumber, MSBaseVehicle::myContainerDevice, MSBaseVehicle::myParameter, and MSDevice_Transportable::size().
Referenced by MSBaseVehicle::getNumberReroutes(), GUIVehicle::getParameterWindow(), MSVehicle::processNextStop(), MEVehicle::processStop(), and MSXMLRawOut::writeVehicle().
|
virtualinherited |
retrieve riding containers
Implements SUMOVehicle.
Definition at line 582 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::getTransportables(), MSBaseVehicle::myContainerDevice, and MSBaseVehicle::myEmptyTransportableVector.
Referenced by MSBaseVehicle::getDevices(), and MSXMLRawOut::writeVehicle().
|
inherited |
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty.
Definition at line 321 of file MEVehicle.cpp.
References MESegment::getLinkPenalty(), MEVehicle::mySegment, and STEPS2TIME.
Referenced by MEVehicle::getBlockTimeSeconds(), and getParameterWindow().
|
inlinevirtualinherited |
Returns an iterator pointing to the current edge in this vehicles route.
Implements SUMOVehicle.
Definition at line 197 of file MSBaseVehicle.h.
References MSBaseVehicle::getAcceleration(), MSBaseVehicle::getSlope(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::onDepart(), MSBaseVehicle::replaceRouteEdges(), and MSBaseVehicle::reroute().
Referenced by libsumo::Vehicle::getDistance(), GUIVehicle::getPreviousLane(), and libsumo::Vehicle::moveToXY().
|
inherited |
Returns the delay that is accrued due to option –meso-tls-penalty or –meso-minor-penalty.
Definition at line 271 of file MEVehicle.cpp.
References MEVehicle::getStoptime(), MEVehicle::myLastEntryTime, MEVehicle::mySegment, and STEPS2TIME.
Referenced by MEVehicle::getBlockTimeSeconds(), getParameterWindow(), and MSDevice_Tripinfo::notifyMoveInternal().
|
inlinevirtualinherited |
Returns the depart delay.
Implements SUMOVehicle.
Definition at line 258 of file MSBaseVehicle.h.
References SUMOVehicleParameter::depart, MSBaseVehicle::getDeparture(), and MSBaseVehicle::getParameter().
Referenced by getColorValue(), GUIVehicle::getColorValue(), getParameterWindow(), and GUIVehicle::getParameterWindow().
|
inlinevirtualinherited |
Returns this vehicle's real departure position.
Implements SUMOVehicle.
Definition at line 266 of file MSBaseVehicle.h.
References MSBaseVehicle::myDepartPos.
Referenced by libsumo::Vehicle::getDistance().
|
inlinevirtualinherited |
Returns this vehicle's real departure time.
Implements SUMOVehicle.
Definition at line 253 of file MSBaseVehicle.h.
References MSBaseVehicle::myDeparture.
Referenced by MSBaseVehicle::getDepartDelay(), and MSVehicle::Influencer::postProcessRemoteControl().
|
virtualinherited |
Returns a device of the given type if it exists or 0.
Implements SUMOVehicle.
Definition at line 488 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by MSBaseVehicle::createDevice(), GUIBaseVehicle::drawOnPos(), MEVehicle::processStop(), MSVehicle::resumeFromStopping(), MSBaseVehicle::setChosenSpeedFactor(), and MSBatteryExport::write().
|
inherited |
try to retrieve the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists
Definition at line 623 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by libsumo::Vehicle::getParameter().
|
inlinevirtualinherited |
Returns this vehicle's devices.
Implements SUMOVehicle.
Definition at line 322 of file MSBaseVehicle.h.
References MSBaseVehicle::activateReminders(), MSBaseVehicle::addContainer(), MSBaseVehicle::addPerson(), MSBaseVehicle::addReminder(), MSBaseVehicle::getContainers(), MSBaseVehicle::getPersons(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::myDevices, MSBaseVehicle::removeReminder(), and MSBaseVehicle::removeTransportable().
|
virtualinherited |
Returns the edge the vehicle is currently at.
Implements SUMOVehicle.
Definition at line 156 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myCurrEdge.
Referenced by MSVehicleTransfer::add(), MELoop::changeSegment(), GUIApplicationWindow::checkGamingEvents(), MSVehicleTransfer::checkInsertions(), MSVehicle::enterLaneAtLaneChange(), METriggeredCalibrator::execute(), MEVehicle::getAngle(), libsumo::Vehicle::getDrivingDistance2D(), MSVehicle::getLatOffset(), getParameterWindow(), MEVehicle::getPosition(), MEVehicle::getSlope(), MSBaseVehicle::getVClass(), libsumo::Vehicle::moveTo(), TraCIServerAPI_Vehicle::processSet(), MEVehicle::processStop(), MESegment::receive(), MSVehicle::rerouteParkingArea(), MELoop::teleportVehicle(), and MSBatteryExport::write().
|
inlineinherited |
Returns the (planned) time at which the vehicle leaves his current cell.
Definition at line 219 of file MEVehicle.h.
References MEVehicle::myEventTime.
Referenced by MELoop::addLeaderCar(), MELoop::checkCar(), MEVehicle::getEventTimeSeconds(), MESegment::isOpen(), MESegment::receive(), MELoop::removeLeaderCar(), MESegment::send(), MELoop::setApproaching(), MESegment::setSpeedForQueue(), MELoop::teleportVehicle(), and MEVehicle::updateDetectors().
|
inlineinherited |
Returns the earliest leave time for the current segment.
Definition at line 306 of file MEVehicle.h.
References MEVehicle::getEventTime(), and STEPS2TIME.
Referenced by getParameterWindow().
|
inherited |
Definition at line 117 of file GUIGlObject.cpp.
References GUIGlObject::myFullName.
Referenced by SUMORTree::addAdditionalGLObject(), GUIGlObject::buildPopupHeader(), GUIGlObject_AbstractAdd::GUIGlObject_AbstractAdd(), GUIGLObjectPopupMenu::onCmdCopyTypedName(), GUIParam_PopupMenuInterface::onCmdOpenTracker(), GUILaneSpeedTrigger::openManipulator(), GUICalibrator::openManipulator(), GUITriggeredRerouter::openManipulator(), GUIDialog_GLChosenEditor::rebuildList(), GUIGlObject_AbstractAdd::remove(), SUMORTree::removeAdditionalGLObject(), and GUISelectedStorage::save().
|
inherited |
Returns the numerical id of the object.
Definition at line 129 of file GUIGlObject.cpp.
References GUIGlObject::myGlID.
Referenced by GUIMessageWindow::appendMsg(), GNEAdditionalHandler::buildCalibrator(), GNEAdditionalHandler::buildRouteProbe(), GUIGlObject::buildSelectionPopupEntry(), GNEAdditionalHandler::buildVaporizer(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GNEContainerStop::drawGL(), GNEBusStop::drawGL(), GNEChargingStation::drawGL(), GNEParkingArea::drawGL(), GNEVaporizer::drawGL(), GNERouteProbe::drawGL(), GNEDetectorE3::drawGL(), GNEParkingSpace::drawGL(), GNEJunction::drawGL(), GNEVariableSpeedSign::drawGL(), GNEInternalLane::drawGL(), GNECrossing::drawGL(), GNEAccess::drawGL(), GNERerouter::drawGL(), GNEDetectorEntry::drawGL(), GNEDetectorExit::drawGL(), GNEDetectorE1::drawGL(), GUIMEInductLoop::MyWrapper::drawGL(), GNEDetectorE1Instant::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIInstantInductLoop::MyWrapper::drawGL(), GUIPolygon::drawGL(), GUICalibrator::drawGL(), GUIContainer::drawGL(), GUIPerson::drawGL(), GNECalibrator::drawGL(), GUIJunctionWrapper::drawGL(), GUIPointOfInterest::drawGL(), GNETAZ::drawGL(), GNELane::drawGL(), GNEConnection::drawGL(), GUIE3Collector::MyWrapper::drawGL(), GUIChargingStation::drawGL(), GUIContainerStop::drawGL(), GUIBusStop::drawGL(), GNEDetectorE2::drawGL(), GUIParkingArea::drawGL(), GUIEdge::drawGL(), GUIE2Collector::MyWrapper::drawGL(), GUIInductLoop::MyWrapper::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GNEEdge::drawGL(), GUILane::drawGL(), GUIContainer::drawGLAdditional(), GUIPerson::drawGLAdditional(), GUIBaseVehicle::drawGLAdditional(), GUILane::drawLinkRule(), GUIBaseVehicle::drawOnPos(), getColorValue(), GUIVehicle::getColorValue(), GUIJunctionWrapper::getColorValue(), GUIEdge::getColorValue(), GUIContainer::getColorValue(), GUIPerson::getColorValue(), GNEPoly::getGlID(), GNEPOI::getGlID(), GUISUMOAbstractView::getGUIGlObjectsAtPosition(), GUIEdge::getIDs(), GUISUMOAbstractView::getObjectAtPosition(), GUISUMOAbstractView::getObjectsAtPosition(), GUIPerson::getPopUpMenu(), GUIBaseVehicle::getPopUpMenu(), GUIEdge::getScaleValue(), GUILane::isLaneOrEdgeSelected(), GUIGlChildWindow::isSelected(), GUISelectedStorage::isSelected(), GUISUMOViewParent::isSelected(), GUIVehicle::isSelected(), GUIPerson::isSelected(), GUIEdge::isSelected(), GUILane::isSelected(), GUISelectedStorage::loadIDs(), GNEViewNet::mergeJunctions(), GUIViewTraffic::onCmdAddRerouter(), GUIGLObjectPopupMenu::onCmdAddSelected(), GUIGLObjectPopupMenu::onCmdCenter(), GNEFrame::ACHierarchy::onCmdCenterItem(), GUIViewTraffic::onCmdCloseEdge(), GUIViewTraffic::onCmdCloseLane(), GUIApplicationWindow::onCmdEditChosen(), GNESelectorFrame::SelectionOperation::onCmdLoad(), GUIGLObjectPopupMenu::onCmdRemoveSelected(), GUIPerson::GUIPersonPopupMenu::onCmdStartTrack(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdStartTrack(), GUIDialog_GLObjChooser::refreshList(), GLObjectValuePassConnector< std::pair< SUMOTime, MSPhaseDefinition > >::removeObject(), GNENetElement::selectAttributeCarrier(), GNEShape::selectAttributeCarrier(), GNEAdditional::selectAttributeCarrier(), GUIVehicle::selectBlockingFoes(), GUIPolygon::setColor(), GUIPointOfInterest::setColor(), GUIMessageWindow::setCursorPos(), GNENetElement::unselectAttributeCarrier(), GNEShape::unselectAttributeCarrier(), GNEAdditional::unselectAttributeCarrier(), GUIBaseVehicle::~GUIBaseVehicle(), GUIGlObject::~GUIGlObject(), and GUIPerson::~GUIPerson().
|
virtualinherited |
Returns the name of the vehicle.
Implements SUMOVehicle.
Definition at line 123 of file MSBaseVehicle.cpp.
References SUMOVehicleParameter::id, and MSBaseVehicle::myParameter.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSCFModel_ACC::_v(), MSCFModel_CACC::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLaneChangerSublane::abortLCManeuver(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaders(), MSVehicleTransfer::add(), MSPModel_Striping::addCrossingVehs(), MSLCM_SL2015::addLCSpeedAdvice(), MSVehicle::addTraciStopAtStoppingPlace(), MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), libsumo::Helper::applySubscriptionFilters(), MSBaseVehicle::calculateArrivalParams(), MSLaneChangerSublane::change(), MSLaneChanger::change(), MSLCM_SL2015::changed(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), libsumo::Vehicle::changeTarget(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeSublane(), MSLane::checkFailure(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSLaneChanger::checkTraCICommands(), MSAbstractLaneChangeModel::checkTraCICommands(), MSDevice_SSM::classifyEncounter(), MSLCM_SL2015::commitManoeuvre(), MSVehicle::computeAngle(), MSLCM_SL2015::computeSpeedLat(), MSDevice_SSM::computeSSMs(), MSLaneChanger::continueChange(), MSLaneChangerSublane::continueChangeSublane(), MSLCM_SL2015::decideDirection(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSLane::detectPedestrianJunctionCollision(), MSDevice_SSM::Encounter::Encounter(), MSCalibrator::execute(), MSVehicle::executeMove(), MSLane::executeMovements(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel::finalizeSpeed(), MSLaneChanger::findCandidate(), MSDevice_SSM::findFoeConflictLane(), MSDevice_SSM::findSurroundingVehicles(), MSDevice_SSM::flushGlobalMeasures(), MSCFModel_CACC::followSpeed(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getCenterOnEdge(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSLane::getFirstVehicleInformation(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), MSLane::getLastVehicleInformation(), MSVehicle::getLatOffset(), MSLane::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), getParameterWindow(), MSLane::getPartialBehind(), MSSimpleDriverState::getPerceivedHeadway(), MSSimpleDriverState::getPerceivedSpeedDifference(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSAbstractLaneChangeModel::getShadowLane(), MSBaseVehicle::getSingularType(), MSDevice_SSM::getUpstreamVehicles(), MSPModel_Striping::getVehicleObstacles(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MSVehicle::ignoreRed(), MSLCM_LC2013::inform(), MSLCM_SL2015::inform(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informLeader(), MSLCM_SL2015::informLeader(), MESegment::initialise(), MSPedestrianPushButton::isActiveForEdge(), MSLane::isInsertionSuccess(), MSVehicle::isLeader(), MSAbstractLaneChangeModel::laneChangeOutput(), MSVehicle::lateralDistanceToLane(), MSVehicle::leaveLane(), libsumo::Vehicle::moveToXY(), MSLCM_LC2013::MSLCM_LC2013(), MSSimpleDriverState::MSSimpleDriverState(), MSCalibrator::VehicleRemover::notifyEnter(), MSVehicle::onRemovalFromNet(), MSLaneChangerSublane::outputLCStarted(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSLCM_SL2015::prepareStep(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkAproaches(), MSVehicle::processNextStop(), MSVehicle::processTraCISpeedControl(), MSVehicle::removePassedDriveItems(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::reroute(), MSVehicle::rerouteParkingArea(), MSLane::resetManeuverReservation(), MSLane::resetPartialOccupation(), libsumo::Vehicle::resume(), MSLane::safeInsertionSpeed(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSBaseVehicle::saveState(), MSCalibrator::scheduleRemoval(), GUIVehicle::selectBlockingFoes(), MSVehicle::setAngle(), MSVehicle::setApproachingForAllLinks(), MSSimpleDriverState::setAwareness(), MSAbstractLaneChangeModel::setManeuverDist(), MSLane::setManeuverReservation(), MSLCM_SL2015::setOwnState(), MSLane::setPartialOccupation(), libsumo::Helper::setRemoteControlled(), libsumo::Vehicle::setRoute(), libsumo::Vehicle::setRouteID(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MELoop::teleportVehicle(), METriggeredCalibrator::tryEmit(), MSSimpleDriverState::update(), MSVehicle::updateBestLanes(), MSVehicle::updateDriveItems(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLCM_SL2015::updateGaps(), MSAbstractLaneChangeModel::updateShadowLane(), MSVehicle::updateState(), MSAbstractLaneChangeModel::updateTargetLane(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSBatteryExport::write(), and MSXMLRawOut::writeVehicle().
|
virtualinherited |
Returns this vehicles impatience.
Implements SUMOVehicle.
Definition at line 481 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getVehicleType(), SUMOVehicle::getWaitingTime(), MSGlobals::gTimeToImpatience, MAX2(), and MIN2().
Referenced by MSVehicle::checkRewindLinkLanes(), MSLane::getCriticalLeader(), MSLane::getLeaderOnConsecutive(), MSLane::getLeadersOnConsecutive(), MSBaseVehicle::getNumberReroutes(), GUIVehicle::getParameterWindow(), MSLCM_LC2013::informFollower(), MSLane::isInsertionSuccess(), MESegment::isOpen(), MSVehicle::processLinkAproaches(), and GUIVehicle::selectBlockingFoes().
|
inlinevirtualinherited |
Returns the lane the vehicle is on.
Implements SUMOVehicle.
Definition at line 84 of file MEVehicle.h.
References MEVehicle::addStop(), MEVehicle::estimateLeaveSpeed(), MEVehicle::getAverageSpeed(), MEVehicle::getConservativeSpeed(), MEVehicle::getPosition(), MEVehicle::getSpeed(), MEVehicle::hasArrived(), MEVehicle::isOnRoad(), MEVehicle::isParking(), MEVehicle::isStopped(), and MEVehicle::moveRoutePointer().
|
inlineinherited |
Returns the time the vehicle entered the current segment.
Definition at line 261 of file MEVehicle.h.
References MEVehicle::myLastEntryTime.
Referenced by MEVehicle::getLastEntryTimeSeconds(), MESegment::newArrival(), MEVehicle::updateDetectorForWriting(), and MEVehicle::updateDetectors().
|
inlineinherited |
Returns the entry time for the current segment.
Definition at line 311 of file MEVehicle.h.
References MEVehicle::getLastEntryTime(), and STEPS2TIME.
Referenced by getParameterWindow().
|
virtual |
Returns the time since the last lane change in seconds.
Implements GUIBaseVehicle.
Definition at line 219 of file GUIMEVehicle.cpp.
Referenced by getAngle().
|
inlinevirtualinherited |
Get the vehicle's lateral position on the lane.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 180 of file MSBaseVehicle.h.
|
inlineinherited |
Returns the vehicle's length.
Definition at line 391 of file MSBaseVehicle.h.
References MSVehicleType::getLength(), and MSBaseVehicle::myType.
Referenced by MSVehicle::addStop(), libsumo::Helper::applySubscriptionFilters(), MSVehicle::basePos(), MSDevice_SSM::checkConflictEntryAndExit(), MSDevice_SSM::classifyEncounter(), MSDevice_SSM::determineConflictPoint(), MSDevice_SSM::determineTTCandDRAC(), MSVehicle::enterLaneAtInsertion(), MSDevice_SSM::findSurroundingVehicles(), MSLink::getLeaderInfo(), MSDevice_SSM::getUpstreamVehicles(), MSVehicle::updateFurtherLanes(), and MSDevice_SSM::updatePassedEncounter().
|
virtualinherited |
Returns the maximum speed.
Implements SUMOVehicle.
Definition at line 140 of file MSBaseVehicle.cpp.
References MSVehicleType::getMaxSpeed(), and MSBaseVehicle::myType.
Referenced by MSCFModel_Wiedemann::_v(), MSVehicleTransfer::checkInsertions(), MSCFModel_ACC::followSpeed(), MSCFModel_CACC::followSpeed(), getTypeParameterWindow(), GUIVehicle::getTypeParameterWindow(), MSBaseVehicle::getVClass(), and MSVehicle::Influencer::implicitDeltaPosRemote().
|
virtualinherited |
Returns the id of the object as known to microsim.
Definition at line 143 of file GUIGlObject.cpp.
References GUIGlObject::myMicrosimID.
Referenced by SUMORTree::addAdditionalGLObject(), GNEAdditional::changeAdditionalID(), GNEAdditional::changeEdge(), GNEAdditional::changeFirstAdditionalParent(), GNEAdditional::changeLane(), GNEAdditional::changeSecondAdditionalParent(), GNETLSEditorFrame::controlsEdge(), GUIGlObject::createFullName(), GNENet::deleteSingleEdge(), GNENet::deleteSingleJunction(), GUIGlObject::drawName(), GNEAdditional::getAdditionalID(), GNEConnection::getAttribute(), GNELane::getAttribute(), GNEJunction::getAttribute(), GNEEdge::getAttribute(), GNEDialogACChooser::getObjectName(), GUIDialog_GLObjChooser::getObjectName(), GNEVaporizer::getParentName(), GNERouteProbe::getParentName(), GNEDetectorE3::getParentName(), GNECalibratorRoute::getParentName(), GNEParkingSpace::getParentName(), GNEVariableSpeedSign::getParentName(), GNECalibratorVehicleType::getParentName(), GNERerouter::getParentName(), GNELane::getParentName(), GNEStoppingPlace::getParentName(), GNECalibrator::getParentName(), GNETAZ::getParentName(), GNEDetector::getParentName(), GNEPoly::getParentName(), GNEPOI::getParentName(), GNETLSEditorFrame::handleMultiChange(), GNEEdge::isValid(), GNEViewNet::mergeJunctions(), GUIGLObjectPopupMenu::onCmdCopyName(), GNEInspectorFrame::TemplateEditor::onUpdCopyTemplate(), GNENet::registerEdge(), GNENet::registerJunction(), SUMORTree::removeAdditionalGLObject(), GNEEdge::removeConnection(), GNEEdge::setAttribute(), GNENet::splitEdge(), GNEProhibitionFrame::updateDescription(), and GNEConnection::updateID().
|
inlineinherited |
return the current angle in navigational degrees
Definition at line 86 of file GUIBaseVehicle.h.
References GUIBaseVehicle::drawAction_drawCarriageClass(), GUIBaseVehicle::drawRouteHelper(), GUIBaseVehicle::getAngle(), GUIBaseVehicle::getColorValue(), GUIBaseVehicle::getLastLaneChangeOffset(), GUIBaseVehicle::getParameterWindow(), GUIBaseVehicle::getStopInfo(), GUIBaseVehicle::getTypeParameterWindow(), GeomHelper::naviDegree(), and GUIBaseVehicle::selectBlockingFoes().
Referenced by getParameterWindow(), and GUIVehicle::getParameterWindow().
|
inlinevirtualinherited |
get the current parking area stop
Implements SUMOVehicle.
Definition at line 200 of file MEVehicle.h.
|
inlinevirtualinherited |
Returns the number of new routes this vehicle got.
Implements SUMOVehicle.
Definition at line 296 of file MSBaseVehicle.h.
References MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getImpatience(), MSBaseVehicle::getPersonIDList(), MSBaseVehicle::getPersonNumber(), and MSBaseVehicle::myNumberReroutes.
Referenced by GUIBaseVehicle::drawGLAdditional(), getColorValue(), GUIVehicle::getColorValue(), and MSBaseVehicle::replaceRouteEdges().
|
inlinevirtualinherited |
return the numerical ID which is only for internal usage
Implements SUMOVehicle.
Definition at line 464 of file MSBaseVehicle.h.
References MSBaseVehicle::calculateArrivalParams(), MSBaseVehicle::getStopEdges(), and MSBaseVehicle::myNumericalID.
|
virtualinherited |
Returns the vehicle's parameter (including departure definition)
Implements SUMOVehicle.
Definition at line 129 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), GUIBaseVehicle::drawOnPos(), MSBaseVehicle::getDepartDelay(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), MSLane::getDepartSpeed(), libsumo::Vehicle::getLine(), libsumo::Vehicle::getParameter(), getParameterWindow(), GUIVehicle::getParameterWindow(), libsumo::Vehicle::getVia(), MSLane::insertVehicle(), MSLane::isInsertionSuccess(), MSVehicle::planMoveInternal(), libsumo::Vehicle::remove(), MSVehicle::rerouteParkingArea(), GUIBaseVehicle::setFunctionalColor(), libsumo::Vehicle::setLine(), libsumo::Vehicle::setParameter(), libsumo::Vehicle::setVia(), and METriggeredCalibrator::tryEmit().
|
virtual |
Returns an own parameter window.
[in] | app | The application needed to build the parameter window |
[in] | parent | The parent window needed to build the parameter window |
Implements GUIBaseVehicle.
Definition at line 60 of file GUIMEVehicle.cpp.
References GUIParameterTableWindow::closeBuilding(), MEVehicle::getBlockTimeSeconds(), MSBaseVehicle::getChosenSpeedFactor(), MEVehicle::getCurrentLinkPenaltySeconds(), MEVehicle::getCurrentStoppingTimeSeconds(), MSBaseVehicle::getDepartDelay(), MSBaseVehicle::getEdge(), MEVehicle::getEventTimeSeconds(), MSBaseVehicle::getID(), MEVehicle::getLastEntryTimeSeconds(), GUIBaseVehicle::getNaviDegree(), MSBaseVehicle::getParameter(), MEVehicle::getPositionOnLane(), MEVehicle::getSegment(), MEVehicle::getSpeed(), MEVehicle::getWaitingSeconds(), SUMOVehicleParameter::line, GUIParameterTableWindow::mkItem(), MSBaseVehicle::myDevices, MSBaseVehicle::myParameter, time2string(), and toString().
Referenced by getAngle().
|
virtualinherited |
Returns the name of the parent object (if any)
Reimplemented in GNEPOI, GNEPoly, GNEDetector, GNETAZ, GNECalibrator, GNEStoppingPlace, GUILane, GNELane, GNECalibratorVehicleType, GNERerouter, GNEAccess, GNEVariableSpeedSign, GNECalibratorFlow, GNERerouterInterval, GNEVariableSpeedSignStep, GNECalibratorRoute, GNEParkingAreaReroute, GNEParkingSpace, GNEClosingLaneReroute, GNEDestProbReroute, GNEDetectorE3, GNERouteProbReroute, GNEClosingReroute, GNERouteProbe, GNETAZSink, GNETAZSource, and GNEVaporizer.
Definition at line 123 of file GUIGlObject.cpp.
References StringUtils::emptyString.
Referenced by GUIGLObjectPopupMenu::onCmdCopyEdgeName().
|
virtualinherited |
Returns the list of persons.
Implements SUMOVehicle.
Definition at line 545 of file MSBaseVehicle.cpp.
References MSBaseVehicle::getPersons().
Referenced by MSBaseVehicle::getNumberReroutes(), and libsumo::Vehicle::getPersonIDList().
|
virtualinherited |
Returns the number of persons.
Implements SUMOVehicle.
Definition at line 539 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter, MSBaseVehicle::myPersonDevice, SUMOVehicleParameter::personNumber, and MSDevice_Transportable::size().
Referenced by MSBaseVehicle::getNumberReroutes(), GUIVehicle::getParameterWindow(), libsumo::Vehicle::getPersonNumber(), MSVehicle::processNextStop(), MEVehicle::processStop(), and MSXMLRawOut::writeVehicle().
|
virtualinherited |
retrieve riding persons
Implements SUMOVehicle.
Definition at line 572 of file MSBaseVehicle.cpp.
References MSDevice_Transportable::getTransportables(), MSBaseVehicle::myEmptyTransportableVector, and MSBaseVehicle::myPersonDevice.
Referenced by MSBaseVehicle::getDevices(), MSBaseVehicle::getPersonIDList(), MSVehicle::rerouteParkingArea(), and MSXMLRawOut::writeVehicle().
|
virtualinherited |
Returns an own popup-menu.
[in] | app | The application needed to build the popup-menu |
[in] | parent | The parent window needed to build the popup-menu |
Implements GUIGlObject.
Definition at line 280 of file GUIBaseVehicle.cpp.
References GUIGlObject::buildCenterPopupEntry(), GUIGlObject::buildNameCopyPopupEntry(), GUIGlObject::buildPopupHeader(), GUIGlObject::buildPositionCopyEntry(), GUIGlObject::buildSelectionPopupEntry(), GUIGlObject::buildShowParamsPopupEntry(), GUIGlObject::buildShowTypeParamsPopupEntry(), GUIGlObject::getGlID(), GUISUMOAbstractView::getTrackedID(), GUIBaseVehicle::hasActiveAddVisualisation(), MID_HIDE_ALLROUTES, MID_HIDE_BEST_LANES, MID_HIDE_CURRENTROUTE, MID_HIDE_LFLINKITEMS, MID_SHOW_ALLROUTES, MID_SHOW_BEST_LANES, MID_SHOW_CURRENTROUTE, MID_SHOW_FOES, MID_SHOW_LFLINKITEMS, MID_START_TRACK, MID_STOP_TRACK, GUIBaseVehicle::myAdditionalVisualizations, GUIBaseVehicle::VO_SHOW_ALL_ROUTES, GUIBaseVehicle::VO_SHOW_BEST_LANES, GUIBaseVehicle::VO_SHOW_LFLINKITEMS, and GUIBaseVehicle::VO_SHOW_ROUTE.
Referenced by GUIBaseVehicle::drawAction_drawVehicleBlueLight().
|
inlinevirtual |
Return current position (x/y, cartesian)
Implements GUIBaseVehicle.
Definition at line 76 of file GUIMEVehicle.h.
References MEVehicle::getPosition().
|
virtualinherited |
Get the vehicle's position along the lane.
Implements SUMOVehicle.
Definition at line 78 of file MEVehicle.cpp.
References MESegment::getIndex(), MESegment::getLength(), and MEVehicle::mySegment.
Referenced by MEVehicle::getAngle(), MEVehicle::getBackPositionOnLane(), getParameterWindow(), MEVehicle::getPosition(), MEVehicle::getSlope(), and MEVehicle::hasArrived().
|
virtualinherited |
Returns the vehicle's previous speed.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 63 of file MSBaseVehicle.cpp.
|
inlineinherited |
Returns the index of the que the vehicle is in.
Definition at line 245 of file MEVehicle.h.
References MEVehicle::myQueIndex.
Referenced by MESegment::getLink(), MESegment::removeCar(), MEVehicle::saveState(), and MESegment::send().
|
inlinevirtualinherited |
Returns the starting point for reroutes (usually the current edge)
This differs from *myCurrEdge only if the vehicle is on an internal edge
Reimplemented in MSVehicle.
Definition at line 189 of file MSBaseVehicle.h.
References MSBaseVehicle::myCurrEdge.
Referenced by MSBaseVehicle::replaceRouteEdges(), and MSBaseVehicle::reroute().
|
inlinevirtualinherited |
Returns the current route.
Implements SUMOVehicle.
Definition at line 107 of file MSBaseVehicle.h.
References MSBaseVehicle::myRoute.
Referenced by MSLCM_SL2015::_wantsChangeSublane(), GUIBaseVehicle::drawRoute(), MSEdge::getDepartLane(), libsumo::Vehicle::getDistance(), libsumo::Vehicle::getDrivingDistance(), libsumo::Vehicle::getDrivingDistance2D(), libsumo::Vehicle::getRoute(), libsumo::Vehicle::getRouteID(), MSLane::isInsertionSuccess(), libsumo::Vehicle::moveToXY(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::rerouteParkingArea(), and GUIBaseVehicle::setFunctionalColor().
|
protectedinherited |
returns the seat position for the person with the given index
if there are not enough seats in the vehicle people have to squeeze onto the last seat
Definition at line 1262 of file GUIBaseVehicle.cpp.
References MIN2(), and GUIBaseVehicle::mySeatPositions.
Referenced by GUIBaseVehicle::drawAction_drawPersonsAndContainers().
|
inlineinherited |
Returns the current segment the vehicle is on.
Definition at line 237 of file MEVehicle.h.
References MEVehicle::mySegment.
Referenced by MELoop::changeSegment(), MELoop::checkCar(), getColorValue(), getParameterWindow(), MEVehicle::isOnRoad(), MESegment::loadState(), MELoop::setApproaching(), and MELoop::teleportVehicle().
|
inherited |
Replaces the current vehicle type with a new one used by this vehicle only.
If the currently used vehicle type is already marked as being used by this vehicle only, no new type is created.
Definition at line 656 of file MSBaseVehicle.cpp.
References MSVehicleType::buildSingularType(), OutputDevice::closeTag(), MSMoveReminder::getDescription(), OutputDevice::getDeviceByOption(), MSBaseVehicle::getID(), MSVehicleType::getID(), MSNet::getInstance(), OptionsCont::getStringVector(), OptionsCont::isSet(), MSVehicleType::isVehicleSpecific(), MSBaseVehicle::myType, OutputDevice::openTag(), MSBaseVehicle::replaceVehicleType(), STEPS2TIME, SUMO_ATTR_ID, SUMO_ATTR_TIME, toString(), and OutputDevice::writeAttr().
Referenced by libsumo::Vehicle::moveTo(), TraCIServerAPI_Vehicle::processSet(), MSBaseVehicle::setChosenSpeedFactor(), and libsumo::Vehicle::setVia().
|
virtualinherited |
Returns the slope of the road at vehicle's position.
Reimplemented from MSBaseVehicle.
Definition at line 93 of file MEVehicle.cpp.
References MSBaseVehicle::getEdge(), MSEdge::getLanes(), MEVehicle::getPositionOnLane(), MSLane::getShape(), MSLane::interpolateLanePosToGeometryPos(), and PositionVector::slopeDegreeAtOffset().
|
virtualinherited |
Returns the vehicle's estimated speed assuming no delays.
Implements SUMOVehicle.
Definition at line 107 of file MEVehicle.cpp.
References MEVehicle::getAverageSpeed(), and MEVehicle::getWaitingTime().
Referenced by MEVehicle::estimateLeaveSpeed(), getColorValue(), MEVehicle::getLane(), getParameterWindow(), MESegment::isOpen(), MESegment::newArrival(), MESegment::receive(), and MELoop::setApproaching().
|
virtualinherited |
Returns the list of still pending stop edges.
Implements MSBaseVehicle.
Definition at line 277 of file MEVehicle.cpp.
References MEVehicle::myStopEdges.
Referenced by MEVehicle::remainingStopDuration().
|
virtual |
retrieve information about the current stop state
Implements GUIBaseVehicle.
Definition at line 226 of file GUIMEVehicle.cpp.
References MEVehicle::isParking(), and MEVehicle::isStopped().
Referenced by getAngle().
Returns until when to stop at the given segment.
[in] | seg | The segment in question |
[in] | time | the current time |
Definition at line 255 of file MEVehicle.cpp.
References MEVehicle::myStops.
Referenced by MEVehicle::getCurrentStoppingTimeSeconds(), MESegment::receive(), and MEVehicle::remainingStopDuration().
|
inherited |
Returns the type of the object as coded in GUIGlObjectType.
Definition at line 156 of file GUIGlObject.cpp.
References GUIGlObject::myGLObjectType.
Referenced by GUIGlObject::buildSelectionPopupEntry(), GNEAdditional::BlockIcon::draw(), GNEAdditional::ChildConnections::draw(), GUIVehicle::drawAction_drawLinkItems(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIVehicle::drawAction_drawRailCarriages(), GUIPerson::drawAction_drawWalkingareaPath(), GNEBusStop::drawGL(), GNEContainerStop::drawGL(), GNEChargingStation::drawGL(), GNEParkingArea::drawGL(), GNEVaporizer::drawGL(), GNERouteProbe::drawGL(), GNEDetectorE3::drawGL(), GNEParkingSpace::drawGL(), GNEJunction::drawGL(), GNEVariableSpeedSign::drawGL(), GNECrossing::drawGL(), GNEAccess::drawGL(), GNERerouter::drawGL(), GNEDetectorE1::drawGL(), GNEDetectorEntry::drawGL(), GNEDetectorExit::drawGL(), GUIMEInductLoop::MyWrapper::drawGL(), GNEDetectorE1Instant::drawGL(), GUILaneSpeedTrigger::drawGL(), GUIInstantInductLoop::MyWrapper::drawGL(), GUICalibrator::drawGL(), GUIContainer::drawGL(), GUIPerson::drawGL(), GNECalibrator::drawGL(), GUIJunctionWrapper::drawGL(), GNELane::drawGL(), GNEConnection::drawGL(), GUIChargingStation::drawGL(), GUIContainerStop::drawGL(), GUIBusStop::drawGL(), GNEDetectorE2::drawGL(), GUIParkingArea::drawGL(), GUIE2Collector::MyWrapper::drawGL(), GNEPoly::drawGL(), GNEPOI::drawGL(), GUIInductLoop::MyWrapper::drawGL(), GUITriggeredRerouter::GUITriggeredRerouterEdge::drawGL(), GUILane::drawGL(), GUIPerson::drawGLAdditional(), GUIBaseVehicle::drawGLAdditional(), GUIBaseVehicle::drawOnPos(), GNEJunction::getAttribute(), GNEViewNet::getAttributeCarriersInBoundary(), GUIJunctionWrapper::getColorValue(), GUIEdge::getColorValue(), GNEViewNet::getConnectionAtPopupPosition(), GNEViewNet::getCrossingAtPopupPosition(), GNEViewNet::getEdgeAtPopupPosition(), GNEViewNet::getJunctionAtPopupPosition(), GNEViewNet::getLaneAtPopupPosition(), GUISUMOAbstractView::getObjectAtPosition(), GUISUMOAbstractView::getObjectsAtPosition(), GUIEdge::getScaleValue(), GUIGlChildWindow::isSelected(), GUISelectedStorage::isSelected(), GUISUMOViewParent::isSelected(), GUISelectedStorage::loadIDs(), GNEViewNet::mergeJunctions(), GUITrafficLightLogicWrapper::GUITrafficLightLogicWrapperPopupMenu::onCmdBegin2TrackPhases(), GUIGLObjectPopupMenu::onCmdCopyEdgeName(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideAllRoutes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideBestLanes(), GUIPerson::GUIPersonPopupMenu::onCmdHideCurrentRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideCurrentRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideLFLinkItems(), GUIPerson::GUIPersonPopupMenu::onCmdHideWalkingareaPath(), GNESelectorFrame::SelectionOperation::onCmdLoad(), GNESelectorFrame::SelectionOperation::onCmdSave(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowAllRoutes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowBestLanes(), GUIPerson::GUIPersonPopupMenu::onCmdShowCurrentRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowCurrentRoute(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowFoes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdShowLFLinkItems(), GUITrafficLightLogicWrapper::GUITrafficLightLogicWrapperPopupMenu::onCmdShowPhases(), GUIPerson::GUIPersonPopupMenu::onCmdShowWalkingareaPath(), GUIPerson::GUIPersonPopupMenu::onCmdStartTrack(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdStartTrack(), GUIPerson::GUIPersonPopupMenu::onCmdStopTrack(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdStopTrack(), GUITrafficLightLogicWrapper::GUITrafficLightLogicWrapperPopupMenu::onCmdSwitchTLS2Off(), GUITrafficLightLogicWrapper::GUITrafficLightLogicWrapperPopupMenu::onCmdSwitchTLSLogic(), GNEShape::selectAttributeCarrier(), GNENetElement::selectAttributeCarrier(), LayeredRTree::selectLayer(), GNEJunction::setAttribute(), GUISUMOAbstractView::showToolTipFor(), GUISelectedStorage::toggleSelection(), GNENetElement::unselectAttributeCarrier(), and GNEShape::unselectAttributeCarrier().
|
virtual |
Returns an own type parameter window.
[in] | app | The application needed to build the parameter window |
[in] | parent | The parent window needed to build the parameter window |
Implements GUIBaseVehicle.
Definition at line 126 of file GUIMEVehicle.cpp.
References GUIParameterTableWindow::closeBuilding(), MSVehicleType::getContainerCapacity(), MSVehicleType::getEmissionClass(), MSVehicleType::getID(), MSVehicleType::getLength(), MSBaseVehicle::getMaxSpeed(), MSVehicleType::getMinGap(), PollutantsInterface::getName(), MSVehicleType::getParameter(), Parameterised::getParametersMap(), MSVehicleType::getPersonCapacity(), MSVehicleType::getVehicleClass(), GUIParameterTableWindow::mkItem(), MSBaseVehicle::myType, and SumoVehicleClassStrings.
Referenced by getAngle().
|
inlinevirtualinherited |
Returns the vehicle's access class.
Implements SUMOVehicle.
Definition at line 123 of file MSBaseVehicle.h.
References MSBaseVehicle::getEdge(), MSBaseVehicle::getMaxSpeed(), MSVehicleType::getParameter(), MSBaseVehicle::myType, MSBaseVehicle::succEdge(), and SUMOVTypeParameter::vehicleClass.
Referenced by MSVehicle::canReverse(), MSLaneChanger::changeOpposite(), GUIVehicle::drawRouteHelper(), MSLane::getStopOffset(), MSPedestrianPushButton::isActiveForEdge(), and MSBaseVehicle::reroute().
|
inlinevirtualinherited |
Returns the vehicle's type definition.
Implements SUMOVehicle.
Definition at line 115 of file MSBaseVehicle.h.
References MSBaseVehicle::myType.
Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSCFModel_ACC::accelGapControl(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToLeaders(), MSPModel_Striping::addCrossingVehs(), libsumo::Helper::applySubscriptionFilters(), MSVehicle::basePos(), MSLaneChanger::change(), MSLaneChanger::changeOpposite(), MSLCM_SL2015::checkBlocking(), MSLaneChanger::checkChange(), MSLaneChangerSublane::checkChangeToNewLane(), MSLane::checkFailure(), MSLane::checkForPedestrians(), GUIApplicationWindow::checkGamingEvents(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkRewindLinkLanes(), MSLCM_SL2015::checkStrategicChange(), MSDevice_SSM::classifyEncounter(), MSLCM_SL2015::commitManoeuvre(), MSLaneChanger::computeOvertakingTime(), MSLCM_SL2015::computeSpeedLat(), MSAbstractLaneChangeModel::computeSpeedLat(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), GUIVehicle::drawAction_drawLinkItems(), GUIVehicle::drawAction_drawRailCarriages(), GUIVehicle::drawAction_drawVehicleBlinker(), GUIVehicle::drawAction_drawVehicleBrakeLight(), GUIEdge::drawMesoVehicles(), MSLane::enteredByLaneChange(), MSVehicle::enterLaneAtInsertion(), MSVehicle::enterLaneAtLaneChange(), MSDevice_SSM::estimateConflictTimes(), MSAbstractLaneChangeModel::estimateLCDuration(), MEVehicle::estimateLeaveSpeed(), MSVehicle::estimateLeaveSpeed(), MSLane::executeMovements(), MSLane::freeInsertion(), MSVehicle::Influencer::gapControlSpeed(), MEVehicle::getBackPositionOnLane(), MSLane::getBruttoOccupancy(), GUIBaseVehicle::getCenteringBoundary(), MSLaneChanger::getColumnleader(), MSLane::getCriticalLeader(), MSEdge::getDepartLane(), MSEdge::getDepartPosBound(), MSLane::getDepartPosLat(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), MSBaseVehicle::getImpatience(), MSVehicle::getLateralOverlap(), MSLane::getLeader(), MSVehicle::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), GUIVehicle::getLeftSideOnEdge(), MSLane::getNettoOccupancy(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), MSVehicle::getRightSideOnEdge(), MSVehicle::getRightSideOnLane(), MSVehicle::getSafeFollowSpeed(), MSLeaderInfo::getSubLanes(), MSVehicle::getTimeGapOnLane(), MESegment::getTimeHeadway(), libsumo::Vehicle::getTypeID(), MSPModel_Striping::getVehicleObstacles(), libsumo::Vehicle::getVehicleType(), GUIBaseVehicle::getVType(), MSLCM_SL2015::getWidth(), MSLink::getZipperSpeed(), MSLane::handleCollisionBetween(), MESegment::hasSpaceFor(), MSVehicle::ignoreRed(), MSLane::incorporateVehicle(), MSLCM_SL2015::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_SL2015::informLeaders(), MSLane::insertVehicle(), MSLane::integrateNewVehicle(), MSLane::isInsertionSuccess(), MESegment::isOpen(), MSVehicle::keepClear(), MSLCM_SL2015::keepLatGap(), MSAbstractLaneChangeModel::laneChangeOutput(), MSLane::lastInsertion(), MSLane::leftByLaneChange(), MESegment::loadState(), libsumo::Vehicle::moveToXY(), libsumo::Vehicle::openGap(), MSVehicle::overlap(), MSLCM_LC2013::overtakeDistance(), MSLCM_DK2008::patchSpeed(), MSCFModel_Krauss::patchSpeedBeforeLC(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLinkAproaches(), MSVehicle::processNextStop(), MSVehicle::processTraCISpeedControl(), MESegment::receive(), MSLaneChanger::ChangeElem::registerHop(), MSLaneChanger::registerUnchanged(), MSAbstractLaneChangeModel::remainingTime(), MESegment::removeCar(), MSLane::removeVehicle(), MSLane::safeInsertionSpeed(), MSLCM_SL2015::saveBlockerLength(), MSLCM_LC2013::saveBlockerLength(), MSBaseVehicle::saveState(), GUIVehicle::selectBlockingFoes(), MSVehicleType::setActionStepLength(), MSAbstractLaneChangeModel::setFollowerGaps(), GUIBaseVehicle::setFunctionalColor(), MSAbstractLaneChangeModel::setLeaderGaps(), MSAbstractLaneChangeModel::setOrigLeaderGaps(), MSVehicle::setTentativeLaneAndPosition(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSCFModel_CACC::speedGapControl(), MSLaneChangerSublane::startChangeSublane(), MSVehicle::unsafeLinkAhead(), MSLCM_SL2015::updateCFRelated(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSLCM_SL2015::updateGaps(), MSLCM_DK2008::wantsChangeToLeft(), MSLCM_DK2008::wantsChangeToRight(), MSBatteryExport::write(), and MSQueueExport::writeLane().
|
inlineprotectedinherited |
A shortcut to myVehicle.myType.
Definition at line 336 of file GUIBaseVehicle.h.
References MSBaseVehicle::getVehicleType(), and GUIBaseVehicle::myVehicle.
Referenced by GUIVehicle::drawAction_drawRailCarriages(), GUIBaseVehicle::drawAction_drawVehicleAsBoxPlus(), GUIBaseVehicle::drawAction_drawVehicleAsImage(), GUIBaseVehicle::drawAction_drawVehicleAsPoly(), GUIBaseVehicle::drawAction_drawVehicleAsTrianglePlus(), and GUIBaseVehicle::drawOnPos().
|
inlineinherited |
Returns the number of seconds waited (speed was lesser than 0.1m/s)
The value is reset if the vehicle moves faster than 0.1m/s Intentional stopping does not count towards this time.
Definition at line 300 of file MEVehicle.h.
References MEVehicle::getWaitingTime(), and STEPS2TIME.
Referenced by getColorValue(), and getParameterWindow().
|
inlinevirtualinherited |
Returns the duration for which the vehicle was blocked.
Implements SUMOVehicle.
Definition at line 284 of file MEVehicle.h.
References MAX2(), MEVehicle::myBlockTime, and MEVehicle::myEventTime.
Referenced by MELoop::checkCar(), MEVehicle::getAccumulatedWaitingTime(), MEVehicle::getSpeed(), MEVehicle::getWaitingSeconds(), MESegment::isOpen(), and MELoop::setApproaching().
|
inlineinherited |
Returns the vehicle's width.
Definition at line 399 of file MSBaseVehicle.h.
References MSVehicleType::getWidth(), and MSBaseVehicle::myType.
Referenced by MSDevice_SSM::classifyEncounter(), MSAbstractLaneChangeModel::determineTargetLane(), GUIVehicle::drawAction_drawVehicleBlinker(), GUIVehicle::drawAction_drawVehicleBrakeLight(), MSVehicle::getLateralOverlap(), MSVehicle::lateralDistanceToLane(), MSVehicle::planMoveInternal(), MSLaneChangerSublane::startChangeSublane(), and MSDevice_SSM::updatePassedEncounter().
|
inherited |
Returns whether the named feature is enabled in the given view.
[in] | parent | The view for which the feature may be enabled |
[in] | which | The visualisation feature |
Definition at line 1205 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::myAdditionalVisualizations.
Referenced by GUIBaseVehicle::drawAction_drawVehicleBlueLight(), GUIBaseVehicle::drawGLAdditional(), and GUIBaseVehicle::getPopUpMenu().
|
virtualinherited |
Returns whether this vehicle has already arived (reached the arrivalPosition on its final edge)
Reimplemented from MSBaseVehicle.
Definition at line 157 of file MEVehicle.cpp.
References MSRoute::end(), MEVehicle::getPositionOnLane(), MSBaseVehicle::myArrivalPos, MSBaseVehicle::myCurrEdge, MEVehicle::myEventTime, MSBaseVehicle::myRoute, MEVehicle::mySegment, POSITION_EPS, and SUMOTime_MIN.
Referenced by MEVehicle::getLane(), MEVehicle::moveRoutePointer(), and MESegment::receive().
|
virtualinherited |
Returns whether this vehicle has already departed.
Implements SUMOVehicle.
Definition at line 324 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDeparture, and MSBaseVehicle::NOT_YET_DEPARTED.
Referenced by MSVehicle::addStop(), MSBaseVehicle::createDevice(), MSLane::forceVehicleInsertion(), libsumo::Vehicle::getRouteIndex(), MEVehicle::loadState(), MSVehicle::loadState(), libsumo::Vehicle::moveTo(), libsumo::Vehicle::remove(), MSBaseVehicle::saveState(), and MSBaseVehicle::setArrivalPos().
|
inherited |
check whether the vehicle is equiped with a device of the given type
Definition at line 593 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by MSBaseVehicle::createDevice(), MSDevice_ToC::ensureDriverStateExistence(), and libsumo::Vehicle::getParameter().
|
virtualinherited |
Validates the current or given route.
[out] | msg | Description why the route is not valid (if it is the case) |
[in] | route | The route to check (or 0 if the current route shall be checked) |
Implements SUMOVehicle.
Definition at line 359 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSRoute::end(), MSVehicleType::getVehicleClass(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, and MSBaseVehicle::myType.
Referenced by MSBaseVehicle::getDevices(), MESegment::initialise(), libsumo::Vehicle::isRouteValid(), MSBaseVehicle::MSBaseVehicle(), MSBaseVehicle::replaceRouteEdges(), and libsumo::Vehicle::setRouteID().
|
inlinevirtualinherited |
Returns the information whether the front of the vehhicle is on the given lane.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 172 of file MSBaseVehicle.h.
|
virtualinherited |
Returns the information whether the vehicle is on a road (is simulated)
Reimplemented from MSBaseVehicle.
Definition at line 166 of file MEVehicle.cpp.
References MEVehicle::getSegment().
Referenced by MEVehicle::getLane().
|
virtualinherited |
Returns whether the vehicle is parking.
Implements SUMOVehicle.
Definition at line 172 of file MEVehicle.cpp.
Referenced by MEVehicle::getLane(), and getStopInfo().
|
inlinevirtualinherited |
Returns the information whether the vehicle is fully controlled via TraCI.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 160 of file MSBaseVehicle.h.
|
inlinevirtualinherited |
whether this vehicle is selected in the GUI
Implements SUMOVehicle.
Reimplemented in GUIVehicle.
Definition at line 460 of file MSBaseVehicle.h.
Referenced by MSCFModel_IDM::followSpeed().
|
virtualinherited |
Returns whether the vehicle is at a stop.
Implements SUMOVehicle.
Definition at line 236 of file MEVehicle.cpp.
References MEVehicle::mySegment, and MEVehicle::myStops.
Referenced by MEVehicle::getLane(), getStopInfo(), MEVehicle::isStoppedInRange(), MEVehicle::processStop(), MESegment::receive(), and MESegment::send().
|
virtualinherited |
return whether the given position is within range of the current stop
Implements SUMOVehicle.
Definition at line 248 of file MEVehicle.cpp.
References MEVehicle::isStopped(), and UNUSED_PARAMETER.
Referenced by MEVehicle::remainingStopDuration().
|
virtualinherited |
Returns whether the vehicle is on a triggered stop.
Implements SUMOVehicle.
Definition at line 242 of file MEVehicle.cpp.
Referenced by MEVehicle::remainingStopDuration().
|
virtualinherited |
Loads the state of this vehicle from the given description.
Implements SUMOVehicle.
Definition at line 410 of file MEVehicle.cpp.
References MELoop::addLeaderCar(), MESegment::getIndex(), MESegment::getNextSegment(), MELoop::getSegmentForEdge(), SUMOSAXAttributes::getString(), MSGlobals::gMesoNet, SUMOSAXAttributes::hasAttribute(), MSBaseVehicle::hasDeparted(), MEVehicle::myBlockTime, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myDeparture, MEVehicle::myEventTime, MEVehicle::myLastEntryTime, MEVehicle::setSegment(), SUMO_ATTR_POSITION, SUMO_ATTR_STATE, SUMOTime_MAX, and SUMOTime_MIN.
Referenced by MEVehicle::getBlockTimeSeconds().
|
inherited |
Returns whether the vehicle is allowed to pass the next junction.
Definition at line 315 of file MEVehicle.cpp.
References MESegment::isOpen(), and MEVehicle::mySegment.
Referenced by MELoop::changeSegment(), MELoop::checkCar(), and MEVehicle::getBlockTimeSeconds().
|
inherited |
Update when the vehicle enters a new edge in the move step.
Definition at line 139 of file MEVehicle.cpp.
References MSRoute::end(), MEVehicle::hasArrived(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, and SUMOVehicleParameter::via.
Referenced by METriggeredCalibrator::execute(), MEVehicle::getLane(), MESegment::receive(), and MELoop::teleportVehicle().
|
virtualinherited |
Called when the vehicle is inserted into the network.
Sets optional information about departure time, informs the vehicle control about a further running vehicle.
Implements SUMOVehicle.
Definition at line 316 of file MSBaseVehicle.cpp.
References MSNet::getCurrentTimeStep(), MSNet::getInstance(), SUMOVehicle::getPositionOnLane(), MSNet::getVehicleControl(), MSBaseVehicle::myDepartPos, MSBaseVehicle::myDeparture, and MSVehicleControl::vehicleDeparted().
Referenced by MSVehicle::enterLaneAtInsertion(), MSBaseVehicle::getCurrentRouteEdge(), MSVehicle::Influencer::postProcessRemoteControl(), and MESegment::receive().
|
inherited |
ends the current stop and performs loading/unloading
Definition at line 284 of file MEVehicle.cpp.
References MSStopOut::active(), MSTransportableControl::boardAnyWaiting(), MSNet::getContainerControl(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getDevice(), MSBaseVehicle::getEdge(), MESegment::getEdge(), Named::getID(), MSStopOut::getInstance(), MSNet::getInstance(), MSNet::getPersonControl(), MSBaseVehicle::getPersonNumber(), MSNet::getVehicleControl(), MSNet::hasContainers(), MSNet::hasPersons(), MEVehicle::isStopped(), MSTransportableControl::loadAnyWaiting(), MEVehicle::myLastEntryTime, MEVehicle::mySegment, MEVehicle::myStops, MSVehicleControl::removeWaiting(), MSStopOut::stopEnded(), MSDevice_Vehroutes::stopEnded(), and MSStopOut::stopStarted().
Referenced by MEVehicle::remainingStopDuration(), and MESegment::send().
|
inlinevirtualinherited |
Returns the remaining stop duration for a stopped vehicle or 0.
Implements SUMOVehicle.
Definition at line 158 of file MEVehicle.h.
References MEVehicle::getStopEdges(), MEVehicle::getStoptime(), MEVehicle::isStoppedInRange(), MEVehicle::isStoppedTriggered(), and MEVehicle::processStop().
|
inherited |
Adds the named visualisation feature to the given view.
[in] | parent | The view for which the feature shall be enabled |
[in] | which | The visualisation feature to enable |
Definition at line 1221 of file GUIBaseVehicle.cpp.
References GUIBaseVehicle::myAdditionalVisualizations, and GUISUMOAbstractView::removeAdditionalGLVisualisation().
Referenced by GUIBaseVehicle::drawAction_drawVehicleBlueLight(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideAllRoutes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideBestLanes(), GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideCurrentRoute(), and GUIBaseVehicle::GUIBaseVehiclePopupMenu::onCmdHideLFLinkItems().
|
inherited |
Lets this object know a parameter window showing the object's values was closed.
[in] | w | The closed parameter window |
Definition at line 269 of file GUIGlObject.cpp.
References GUIGlObject::myParamWindows.
Referenced by GUIParameterTableWindow::~GUIParameterTableWindow().
|
inherited |
Removes a MoveReminder dynamically.
[in] | rem | the reminder to remove |
Definition at line 398 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myMoveReminders.
Referenced by MSBaseVehicle::getDevices().
|
virtualinherited |
removes a person or container
Implements SUMOVehicle.
Definition at line 562 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myContainerDevice, MSBaseVehicle::myPersonDevice, and MSDevice_Transportable::removeTransportable().
Referenced by MSBaseVehicle::getDevices().
|
virtualinherited |
replace the vehicle parameter (deleting the old one)
Implements SUMOVehicle.
Definition at line 134 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myParameter.
Referenced by MSVehicle::rerouteParkingArea().
|
inlinevirtualinherited |
replace the current parking area stop with a new stop with merge duration
Implements SUMOVehicle.
Definition at line 194 of file MEVehicle.h.
|
virtualinherited |
Replaces the current route by the given one.
Implements SUMOVehicle.
Definition at line 178 of file MEVehicle.cpp.
References MSRoute::addReference(), MSRoute::begin(), MSBaseVehicle::calculateArrivalParams(), MSRoute::contains(), MSRoute::getEdges(), MSNet::getInstance(), MESegment::getLink(), MSNet::informVehicleStateListener(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myNumberReroutes, MSBaseVehicle::myRoute, MEVehicle::mySegment, MSRoute::release(), MSLink::removeApproaching(), MELoop::setApproaching(), UNUSED_PARAMETER, and MSNet::VEHICLE_STATE_NEWROUTE.
Referenced by MEVehicle::getBlockTimeSeconds().
|
virtualinherited |
Replaces the current route by the given edges.
It is possible that the new route is not accepted, if a) it does not contain the vehicle's current edge, or b) something fails on insertion into the routes container (see in-line comments).
[in] | edges | The new list of edges to pass |
[in] | onInit | Whether the vehicle starts with this route |
[in] | check | Whether the route should be checked for validity |
[in] | removeStops | Whether stops should be removed if they do not fit onto the new route |
Implements SUMOVehicle.
Definition at line 249 of file MSBaseVehicle.cpp.
References MSRoute::addReference(), MSRoute::begin(), RGBColor::DEFAULT_COLOR, MSRoute::dictionary(), MSGlobals::gCheckRoutes, MSRoute::getColor(), MSRoute::getEdges(), Named::getID(), MSBaseVehicle::getID(), MSBaseVehicle::getNumberReroutes(), MSBaseVehicle::getRerouteOrigin(), MSBaseVehicle::hasValidRoute(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myRoute, MSRoute::release(), SUMOVehicle::replaceRoute(), MSRoute::setCosts(), MSRoute::setSavings(), MSRoute::size(), toString(), and WRITE_WARNING.
Referenced by libsumo::Vehicle::changeTarget(), MSBaseVehicle::getCurrentRouteEdge(), MSVehicle::Influencer::postProcessRemoteControl(), MSBaseVehicle::reroute(), MSVehicle::rerouteParkingArea(), and libsumo::Vehicle::setRoute().
|
inherited |
Replaces the current vehicle type by the one given.
If the currently used vehicle type is marked as being used by this vehicle only, it is deleted, first. The new, given type is then assigned to "myType".
[in] | type | The new vehicle type |
Definition at line 646 of file MSBaseVehicle.cpp.
References MSNet::getInstance(), MSNet::getVehicleControl(), MSVehicleType::isVehicleSpecific(), MSBaseVehicle::myType, and MSVehicleControl::removeVType().
Referenced by MSBaseVehicle::getSingularType(), MSBaseVehicle::setChosenSpeedFactor(), libsumo::Vehicle::setType(), and MSDevice_ToC::switchHolderType().
|
virtualinherited |
Performs a rerouting using the given router.
Tries to find a new route between the current edge and the destination edge, first. Tries to replace the current route by the new one using replaceRoute.
[in] | t | The time for which the route is computed |
[in] | router | The router to use |
Implements SUMOVehicle.
Definition at line 162 of file MSBaseVehicle.cpp.
References MSEdge::allowedLanes(), MSBaseVehicle::calculateArrivalParams(), SUMOAbstractRouter< E, V >::compute(), MSInsertionControl::descheduleDeparture(), MSEdge::dictionary(), MSRoute::end(), SUMOVehicleParameter::fromTaz, MSGlobals::gCheckRoutes, Named::getID(), MSBaseVehicle::getID(), MSNet::getInsertionControl(), MSNet::getInstance(), MSRoute::getLastEdge(), MSBaseVehicle::getRerouteOrigin(), MSBaseVehicle::getStopEdges(), MSBaseVehicle::getVClass(), MSEdge::isTazConnector(), MSBaseVehicle::myCurrEdge, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, SUMOAbstractRouter< E, V >::recomputeCosts(), MSBaseVehicle::replaceRouteEdges(), SUMOVehicleParameter::toTaz, SUMOVehicleParameter::via, and WRITE_WARNING.
Referenced by libsumo::Vehicle::changeTarget(), MSBaseVehicle::getCurrentRouteEdge(), libsumo::Vehicle::rerouteEffort(), and libsumo::Vehicle::rerouteTraveltime().
|
virtualinherited |
Saves the states of a vehicle.
Reimplemented from MSBaseVehicle.
Definition at line 383 of file MEVehicle.cpp.
References MSRoute::begin(), OutputDevice::closeTag(), MESegment::getEdge(), MESegment::getIndex(), MEVehicle::getQueIndex(), MEVehicle::myBlockTime, MSBaseVehicle::myCurrEdge, MSBaseVehicle::myDeparture, MSBaseVehicle::myDevices, MEVehicle::myEventTime, MEVehicle::myLastEntryTime, MSBaseVehicle::myParameter, MSBaseVehicle::myRoute, MEVehicle::mySegment, MEVehicle::myStops, MSBaseVehicle::saveState(), SUMO_ATTR_STATE, toString(), SUMOVehicleParameter::Stop::write(), OutputDevice::writeAttr(), and Parameterised::writeParams().
Referenced by MEVehicle::getBlockTimeSeconds().
|
virtual |
adds the blocking foes to the current selection
Implements GUIBaseVehicle.
Definition at line 240 of file GUIMEVehicle.cpp.
Referenced by getAngle().
|
inlinevirtualinherited |
Sets this vehicle's desired arrivalPos for its current route.
Implements SUMOVehicle.
Definition at line 280 of file MSBaseVehicle.h.
References MSBaseVehicle::hasArrived(), MSBaseVehicle::hasDeparted(), and MSBaseVehicle::myArrivalPos.
|
inlineinherited |
Sets the time at which the vehicle was blocked.
[in] | t | The blocking time |
Definition at line 269 of file MEVehicle.h.
References MEVehicle::myBlockTime, and MEVehicle::myLastEntryTime.
Referenced by MELoop::checkCar(), and MESegment::receive().
|
inlinevirtualinherited |
Returns the precomputed factor by which the driver wants to be faster than the speed limit.
Implements SUMOVehicle.
Definition at line 414 of file MSBaseVehicle.h.
References MSBaseVehicle::addStops(), MSBaseVehicle::getDevice(), MSBaseVehicle::getSingularType(), MSBaseVehicle::myChosenSpeedFactor, MSBaseVehicle::replaceVehicleType(), and MSBaseVehicle::saveState().
Referenced by libsumo::Vehicle::remove().
|
protectedinherited |
sets the color according to the currente settings
Definition at line 1100 of file GUIBaseVehicle.cpp.
References GUIPropertySchemeStorage< T >::getActive(), GUIPropertyScheme< T >::getColor(), GUIBaseVehicle::getColorValue(), GUIPropertySchemeStorage< T >::getScheme(), GUIBaseVehicle::myVehicle, GLHelper::setColor(), GUIBaseVehicle::setFunctionalColor(), and GUIVisualizationSettings::vehicleColorer.
Referenced by GUIBaseVehicle::drawOnPos(), and GUIBaseVehicle::drawRoute().
|
inherited |
try to set the given parameter from any of the vehicles devices, raise InvalidArgument if no device parameter by that name exists
Definition at line 634 of file MSBaseVehicle.cpp.
References MSBaseVehicle::myDevices.
Referenced by libsumo::Vehicle::setParameter().
|
inlineinherited |
Sets the (planned) time at which the vehicle leaves his current cell.
[in] | t | The leaving time |
Definition at line 207 of file MEVehicle.h.
References MESegment::getEdge(), MSEdge::markDelayed(), MEVehicle::myEventTime, MEVehicle::myLastEntryTime, and MEVehicle::mySegment.
Referenced by MELoop::checkCar(), METriggeredCalibrator::execute(), MESegment::receive(), MESegment::send(), MESegment::setSpeedForQueue(), and MELoop::teleportVehicle().
|
staticinherited |
sets the color according to the current scheme index and some vehicle function
Definition at line 1109 of file GUIBaseVehicle.cpp.
References RGBColor::BLUE, SUMOVehicleParameter::color, RGBColor::DEFAULT_COLOR, Position::distanceTo(), RGBColor::fromHSV(), Boundary::getCenter(), MSRoute::getColor(), MSVehicleType::getColor(), MSRoute::getEdges(), MSVehicleType::getGuiShape(), MSNet::getInstance(), MSBaseVehicle::getParameter(), MSBaseVehicle::getRoute(), MSBaseVehicle::getVehicleType(), M_PI, RGBColor::RED, GLHelper::setColor(), SVS_EMERGENCY, SVS_FIREBRIGADE, SVS_POLICE, VEHPARS_COLOR_SET, VTYPEPARS_COLOR_SET, MSVehicleType::wasSet(), SUMOVehicleParameter::wasSet(), RGBColor::WHITE, Position::x(), Boundary::xmax(), Boundary::xmin(), Position::y(), Boundary::ymax(), and Boundary::ymin().
Referenced by GUIBaseVehicle::setColor().
|
inlineinherited |
Sets the entry time for the current segment.
[in] | t | The entry time |
Definition at line 253 of file MEVehicle.h.
References MEVehicle::myLastEntryTime.
Referenced by MESegment::receive().
|
virtualinherited |
Changes the microsimID of the object.
Reimplemented in GNEEdge.
Definition at line 149 of file GUIGlObject.cpp.
References GUIGlObject::createFullName(), GUIGlObject::myFullName, and GUIGlObject::myMicrosimID.
Referenced by GNEAdditional::changeAdditionalID(), GNENet::renameJunction(), GNEPOI::setAttribute(), GNEPoly::setAttribute(), GNELane::setIndex(), GNEEdge::setMicrosimID(), and GNEConnection::updateID().
|
inlinevirtualinherited |
Sets the current segment the vehicle is at together with its que.
[in] | s | The current segment |
[in] | q | The current que |
Definition at line 228 of file MEVehicle.h.
References MEVehicle::myQueIndex, and MEVehicle::mySegment.
Referenced by MELoop::changeSegment(), METriggeredCalibrator::execute(), MEVehicle::loadState(), MESegment::receive(), and MELoop::teleportVehicle().
|
virtualinherited |
Returns the nSuccs'th successor of edge the vehicle is currently at.
If the rest of the route (counted from the current edge) has less than nSuccs edges, 0 is returned.
[in] | nSuccs | The number of edge to look forward |
Implements SUMOVehicle.
Definition at line 146 of file MSBaseVehicle.cpp.
References MSRoute::begin(), MSBaseVehicle::myCurrEdge, and MSBaseVehicle::myRoute.
Referenced by MSVehicleTransfer::add(), MSLane::appropriate(), MSVehicleTransfer::checkInsertions(), MESegment::getLink(), MSBaseVehicle::getVClass(), MSBaseVehicle::hasArrived(), MSPedestrianPushButton::isActiveForEdge(), libsumo::Vehicle::moveTo(), MELoop::nextSegment(), and MESegment::receive().
|
inherited |
Updates a single vehicle detector if present.
Definition at line 331 of file MEVehicle.cpp.
References MESegment::getIndex(), MEVehicle::getLastEntryTime(), MESegment::getLength(), MSBaseVehicle::myMoveReminders, MEVehicle::mySegment, and MSMoveReminder::updateDetector().
Referenced by MEVehicle::getBlockTimeSeconds().
|
inherited |
Updates all vehicle detectors.
Definition at line 349 of file MEVehicle.cpp.
References MEVehicle::getEventTime(), MESegment::getIndex(), MEVehicle::getLastEntryTime(), MESegment::getLength(), MSBaseVehicle::myMoveReminders, MEVehicle::mySegment, and MSMoveReminder::NOTIFICATION_SEGMENT.
Referenced by MEVehicle::getBlockTimeSeconds(), MESegment::receive(), MESegment::removeCar(), and MESegment::setSpeedForQueue().
|
inlinevirtualinherited |
Returns the information whether the vehicle is fully controlled via TraCI.
Implements SUMOVehicle.
Reimplemented in MSVehicle.
Definition at line 164 of file MSBaseVehicle.h.
References UNUSED_PARAMETER.
|
staticinherited |
Definition at line 70 of file GUIGlObject.h.
Referenced by GUISUMOAbstractView::getTrackedID(), GUISUMOAbstractView::paintGL(), and GUIViewTraffic::stopTrack().
|
inherited |
Enabled visualisations, per view.
Definition at line 295 of file GUIBaseVehicle.h.
Referenced by GUIBaseVehicle::addActiveAddVisualisation(), GUIVehicle::drawOutsideNetwork(), GUIBaseVehicle::getPopUpMenu(), GUIBaseVehicle::hasActiveAddVisualisation(), GUIBaseVehicle::removeActiveAddVisualisation(), and GUIBaseVehicle::~GUIBaseVehicle().
|
protectedinherited |
The destination lane where the vehicle stops.
Definition at line 527 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::calculateArrivalParams(), and MSVehicle::updateBestLanes().
|
protectedinherited |
The position on the destination lane where the vehicle stops.
Definition at line 524 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::calculateArrivalParams(), MSBaseVehicle::getArrivalPos(), MEVehicle::hasArrived(), MSVehicle::hasArrived(), MSVehicle::planMoveInternal(), MSVehicle::resetRoutePosition(), MSBaseVehicle::setArrivalPos(), and MSVehicle::updateBestLanes().
|
protectedinherited |
The time at which the vehicle was blocked on its current segment.
Definition at line 369 of file MEVehicle.h.
Referenced by MEVehicle::getBlockTime(), MEVehicle::getWaitingTime(), MEVehicle::loadState(), MEVehicle::saveState(), and MEVehicle::setBlockTime().
|
protectedinherited |
A precomputed factor by which the driver wants to be faster than the speed limit.
Definition at line 491 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getChosenSpeedFactor(), MSBaseVehicle::saveState(), and MSBaseVehicle::setChosenSpeedFactor().
|
protectedinherited |
The containers this vehicle may have.
Definition at line 515 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addContainer(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getContainers(), MSVehicle::processNextStop(), and MSBaseVehicle::removeTransportable().
|
protectedinherited |
Iterator to current route-edge.
Definition at line 488 of file MSBaseVehicle.h.
Referenced by MSVehicle::addStop(), MSVehicle::canReverse(), MSVehicle::enterLaneAtMove(), MSBaseVehicle::getCurrentRouteEdge(), MSVehicle::getDistanceToPosition(), MSBaseVehicle::getEdge(), MSBaseVehicle::getRerouteOrigin(), MSVehicle::getRerouteOrigin(), MSVehicle::getRoutePosition(), MEVehicle::hasArrived(), MSVehicle::hasArrived(), MSBaseVehicle::hasValidRoute(), MSVehicle::leaveLane(), MEVehicle::loadState(), MSVehicle::loadState(), MEVehicle::moveRoutePointer(), MSVehicle::planMoveInternal(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MSVehicle::replaceRoute(), MEVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::reroute(), MSVehicle::rerouteParkingArea(), MSVehicle::resetRoutePosition(), MEVehicle::saveState(), MSVehicle::saveState(), MSBaseVehicle::succEdge(), MSVehicle::updateBestLanes(), and MSVehicle::willPass().
|
protectedinherited |
The real depart position.
Definition at line 521 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getDepartPos(), MSVehicle::loadState(), MSBaseVehicle::onDepart(), and MSVehicle::saveState().
|
protectedinherited |
The real departure time.
Definition at line 518 of file MSBaseVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSBaseVehicle::getDeparture(), MSBaseVehicle::hasDeparted(), MEVehicle::loadState(), MSVehicle::loadState(), MSBaseVehicle::onDepart(), MEVehicle::saveState(), and MSVehicle::saveState().
|
protectedinherited |
The devices this vehicle has.
Definition at line 509 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addContainer(), MSBaseVehicle::addPerson(), MSBaseVehicle::createDevice(), MSBaseVehicle::getDevice(), MSBaseVehicle::getDeviceParameter(), MSBaseVehicle::getDevices(), getParameterWindow(), GUIVehicle::getParameterWindow(), GUIBaseVehicle::GUIBaseVehicle(), MSBaseVehicle::hasDevice(), MSBaseVehicle::MSBaseVehicle(), MEVehicle::saveState(), MSVehicle::saveState(), MSBaseVehicle::setDeviceParameter(), and MSBaseVehicle::~MSBaseVehicle().
|
staticprotectedinherited |
Definition at line 537 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getContainers(), and MSBaseVehicle::getPersons().
|
protectedinherited |
The (planned) time of leaving the segment (cell)
Definition at line 363 of file MEVehicle.h.
Referenced by MEVehicle::getAverageSpeed(), MEVehicle::getConservativeSpeed(), MEVehicle::getEventTime(), MEVehicle::getWaitingTime(), MEVehicle::hasArrived(), MEVehicle::loadState(), MEVehicle::saveState(), and MEVehicle::setEventTime().
|
protectedinherited |
The time the vehicle entered its current segment.
Definition at line 366 of file MEVehicle.h.
Referenced by MEVehicle::getAverageSpeed(), MEVehicle::getConservativeSpeed(), MEVehicle::getCurrentStoppingTimeSeconds(), MEVehicle::getLastEntryTime(), MEVehicle::loadState(), MEVehicle::processStop(), MEVehicle::saveState(), MEVehicle::setBlockTime(), MEVehicle::setEventTime(), and MEVehicle::setLastEntryTime().
|
mutableprotectedinherited |
The mutex used to avoid concurrent updates of the vehicle buffer.
Definition at line 343 of file GUIBaseVehicle.h.
Referenced by GUIVehicle::drawBestLanes(), and GUIBaseVehicle::~GUIBaseVehicle().
|
protectedinherited |
Currently relevant move reminders.
Definition at line 505 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::activateReminders(), MSVehicle::activateReminders(), MSVehicle::adaptLaneEntering2MoveReminder(), MSBaseVehicle::addContainer(), MSBaseVehicle::addPerson(), MSBaseVehicle::addReminder(), GUIBaseVehicle::GUIBaseVehicle(), MSVehicle::leaveLane(), MSBaseVehicle::MSBaseVehicle(), MSBaseVehicle::removeReminder(), MEVehicle::updateDetectorForWriting(), MEVehicle::updateDetectors(), and MSVehicle::workOnMoveReminders().
|
protectedinherited |
The number of reroutings.
Definition at line 530 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::getNumberReroutes(), MSVehicle::replaceRoute(), and MEVehicle::replaceRoute().
|
protectedinherited |
This vehicle's parameter.
Definition at line 479 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addContainer(), MSBaseVehicle::addPerson(), MSVehicle::addStop(), MSBaseVehicle::addStops(), MSVehicle::addTraciStop(), MSBaseVehicle::calculateArrivalParams(), MSBaseVehicle::createDevice(), MSVehicle::enterLaneAtMove(), MSBaseVehicle::getContainerNumber(), MSBaseVehicle::getID(), MSBaseVehicle::getParameter(), getParameterWindow(), GUIVehicle::getParameterWindow(), MSBaseVehicle::getPersonNumber(), MEVehicle::moveRoutePointer(), MSVehicle::planMoveInternal(), MSBaseVehicle::replaceParameter(), MSVehicle::replaceParkingArea(), MSBaseVehicle::reroute(), MEVehicle::saveState(), MSBaseVehicle::saveState(), MSVehicle::saveState(), MSVehicle::updateBestLanes(), and MSBaseVehicle::~MSBaseVehicle().
|
protectedinherited |
The passengers this vehicle may have.
Definition at line 512 of file MSBaseVehicle.h.
Referenced by MSBaseVehicle::addPerson(), GUIBaseVehicle::drawAction_drawPersonsAndContainers(), GUIVehicle::getNumPassengers(), MSBaseVehicle::getPersonNumber(), MSBaseVehicle::getPersons(), MSVehicle::processNextStop(), and MSBaseVehicle::removeTransportable().
|
protectedinherited |
Index of the que the vehicle is in (important for multiqueue extension)
Definition at line 360 of file MEVehicle.h.
Referenced by MEVehicle::getQueIndex(), and MEVehicle::setSegment().
|
protectedinherited |
This vehicle's route.
Definition at line 482 of file MSBaseVehicle.h.
Referenced by MSVehicle::addStop(), MSBaseVehicle::addStops(), MSVehicle::basePos(), MSBaseVehicle::calculateArrivalParams(), MSVehicle::canReverse(), GUIVehicle::drawRouteHelper(), MSVehicle::getDistanceToPosition(), GUIVehicle::getPreviousLane(), MSVehicle::getRerouteOrigin(), MSBaseVehicle::getRoute(), MSVehicle::getRoutePosition(), MEVehicle::hasArrived(), MSVehicle::hasArrived(), MSBaseVehicle::hasValidRoute(), MEVehicle::moveRoutePointer(), MSBaseVehicle::MSBaseVehicle(), MSVehicle::planMoveInternal(), MSVehicle::processLaneAdvances(), MSVehicle::replaceRoute(), MEVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::reroute(), MSVehicle::rerouteParkingArea(), MSVehicle::resetRoutePosition(), MEVehicle::saveState(), MSBaseVehicle::saveState(), MSVehicle::saveState(), MSBaseVehicle::succEdge(), MSVehicle::updateBestLanes(), MSVehicle::willPass(), and MSBaseVehicle::~MSBaseVehicle().
|
mutableprotectedinherited |
positions of seats in the vehicle (updated at every drawing step)
Definition at line 346 of file GUIBaseVehicle.h.
Referenced by GUIVehicle::computeSeats(), GUIVehicle::drawAction_drawRailCarriages(), GUIBaseVehicle::drawOnPos(), GUIBaseVehicle::getSeatPosition(), and GUIBaseVehicle::GUIBaseVehicle().
|
protectedinherited |
The segment the vehicle is at.
Definition at line 357 of file MEVehicle.h.
Referenced by MEVehicle::getAverageSpeed(), MEVehicle::getConservativeSpeed(), MEVehicle::getCurrentLinkPenaltySeconds(), MEVehicle::getCurrentStoppingTimeSeconds(), MEVehicle::getPositionOnLane(), MEVehicle::getSegment(), MEVehicle::hasArrived(), MEVehicle::isStopped(), MEVehicle::mayProceed(), MEVehicle::processStop(), MEVehicle::replaceRoute(), MEVehicle::saveState(), MEVehicle::setEventTime(), MEVehicle::setSegment(), MEVehicle::updateDetectorForWriting(), and MEVehicle::updateDetectors().
|
protectedinherited |
edges to stop
Definition at line 375 of file MEVehicle.h.
Referenced by MEVehicle::addStop(), and MEVehicle::getStopEdges().
|
protectedinherited |
where to stop
Definition at line 372 of file MEVehicle.h.
Referenced by MEVehicle::addStop(), MEVehicle::getStoptime(), MEVehicle::isStopped(), MEVehicle::processStop(), and MEVehicle::saveState().
|
protectedinherited |
This vehicle's type.
Definition at line 485 of file MSBaseVehicle.h.
Referenced by MSVehicle::addStop(), MSBaseVehicle::calculateArrivalParams(), MSVehicle::enterLaneAtInsertion(), MSVehicle::executeMove(), MSVehicle::getActionStepLength(), MSVehicle::getActionStepLengthSecs(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), MSVehicle::getBoundingBox(), MSVehicle::getBoundingPoly(), MSVehicle::getCarFollowModel(), MSVehicle::getCO2Emissions(), MSVehicle::getCOEmissions(), MSVehicle::getElectricityConsumption(), MSVehicle::getFuelConsumption(), MSVehicle::getHarmonoise_NoiseEmissions(), MSVehicle::getHCEmissions(), MSBaseVehicle::getLength(), MSBaseVehicle::getMaxSpeed(), MSVehicle::getMaxSpeedOnLane(), MSVehicle::getNOxEmissions(), MSVehicle::getPMxEmissions(), MSVehicle::getPositionOnLane(), MSBaseVehicle::getSingularType(), getTypeParameterWindow(), GUIVehicle::getTypeParameterWindow(), MSBaseVehicle::getVClass(), MSBaseVehicle::getVehicleType(), MSBaseVehicle::getWidth(), MSBaseVehicle::hasValidRoute(), MSVehicle::processLaneAdvances(), MSVehicle::processNextStop(), MSBaseVehicle::replaceVehicleType(), MSVehicle::updateBestLanes(), and MSVehicle::~MSVehicle().
|
staticprotectedinherited |
Definition at line 535 of file MSBaseVehicle.h.
Referenced by MSVehicle::enterLaneAtInsertion(), MSBaseVehicle::hasDeparted(), and MSVehicle::Influencer::postProcessRemoteControl().
|
staticinherited |
associates object types with strings
Definition at line 69 of file GUIGlObject.h.
Referenced by GUIGlObject::createFullName(), and GNESelectorFrame::SelectionOperation::onCmdSave().