20 #ifndef GUIMEVehicle_h 21 #define GUIMEVehicle_h double getAngle() const
Return current angle.
double getAngle() const
Returns the vehicle's direction in degrees.
std::string getEdgeID() const
A vehicle from the mesoscopic point of view.
std::string getStopInfo() const
retrieve information about the current stop state
Stores the information about how to visualize structures.
Position getPosition(const double offset=0) const
Return current position (x/y, cartesian)
GUIParameterTableWindow * getTypeParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own type parameter window.
void drawAction_drawCarriageClass(const GUIVisualizationSettings &s, bool asImage) const
draws the given guiShape with distinct carriages/modules
int getSegmentIndex() const
The car-following model and parameter.
Position getPosition(const double offset=0) const
Return current position (x/y, cartesian)
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
double getColorValue(const GUIVisualizationSettings &s, int activeScheme) const
gets the color value according to the current scheme index
A point in 2D or 3D with translation and scaling methods.
~GUIMEVehicle()
destructor
void selectBlockingFoes() const
adds the blocking foes to the current selection
A MSVehicle extended by some values for usage within the gui.
Structure representing possible vehicle parameter.
A MSVehicle extended by some values for usage within the gui.
double getLastLaneChangeOffset() const
Returns the time since the last lane change in seconds.
void drawRouteHelper(const GUIVisualizationSettings &s, const MSRoute &r, bool future) const
Draws the route.
GUIMEVehicle(SUMOVehicleParameter *pars, const MSRoute *route, MSVehicleType *type, const double speedFactor)
Constructor.
A window containing a gl-object's parameter.