184 std::map<GUISUMOAbstractView*, int>
dummy;
virtual void drawGLAdditional(GUISUMOAbstractView *const parent, const GUIVisualizationSettings &s) const
Draws additionally triggered visualisations.
std::map< GUISUMOAbstractView *, int > myAdditionalVisualizations
Enabled visualisations, per view.
bool hasActiveAddVisualisation(GUISUMOAbstractView *const parent, int which) const
Returns whether the named feature is enabled in the given view.
show persons's current route
Position getPosition() const
return the Network coordinate of the person
Stores the information about how to visualize structures.
void drawAction_drawAsImage(const GUIVisualizationSettings &s) const
A class that stores a 2D geometrical boundary.
The car-following model and parameter.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
MFXMutex myLock
The mutex used to avoid concurrent updates of the vehicle buffer.
void drawAction_drawWalkingareaPath(const GUIVisualizationSettings &s) const
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
std::vector< MSTransportable::Stage * > MSTransportablePlan
the structure holding the plan of a transportable
void drawAction_drawAsPoly(const GUIVisualizationSettings &s) const
VisualisationFeatures
Additional visualisation feature ids.
SUMOReal getNaviDegree() const
return the current angle of the person
A point in 2D or 3D with translation and scaling methods.
SUMOReal getWaitingSeconds() const
the time this person spent waiting in seconds
SUMOReal getColorValue(int activeScheme) const
gets the color value according to the current scheme index
bool setFunctionalColor(int activeScheme) const
sets the color according to the current scheme index and some vehicle function
void setPositionInVehicle(const Position &pos)
show the current walkingarea path
GUIPerson(const SUMOVehicleParameter *pars, const MSVehicleType *vtype, MSTransportable::MSTransportablePlan *plan)
Constructor.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
void removeActiveAddVisualisation(GUISUMOAbstractView *const parent, int which)
Adds the named visualisation feature to the given view.
Structure representing possible vehicle parameter.
void setColor(const GUIVisualizationSettings &s) const
sets the color according to the currente settings
void addActiveAddVisualisation(GUISUMOAbstractView *const parent, int which)
Adds the named visualisation feature to the given view.
A device which collects info on the vehicle trip (mainly on departure and arrival) ...
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
SUMOReal getEdgePos() const
return the offset from the start of the current edge
Position myPositionInVehicle
The position of a person while riding a vehicle.
A window containing a gl-object's parameter.
SUMOReal getSpeed() const
the current speed of the person
void drawAction_drawAsTriangle(const GUIVisualizationSettings &s) const